Feature - include/exclude objects and schemas by regex#1186
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1186 +/- ##
===========================================
- Coverage 94.77% 94.39% -0.39%
===========================================
Files 104 107 +3
Lines 4881 5063 +182
Branches 22 22
===========================================
+ Hits 4626 4779 +153
- Misses 247 277 +30
+ Partials 8 7 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Sorry, something went wrong.
…ture/1053_exclude_include_cov_by_regex Adding supporting tests
|
@lwasylow Can you open issues in corresponding projects, once this PR is complete and merged? |
Sorry, something went wrong.
Dealing with precedence. Adding some more tests.
…e table types. Update docs.
…de_include_cov_by_regex
…SQL with coverage into main testing session coverage.
…de_include_cov_by_regex
Fixed datatype for ut_coverage_options.tps attributes Formatting.
|
Kudos, SonarCloud Quality Gate passed! |
Sorry, something went wrong.








Adding support for inclusion and exclusion of objects and schemas using regex.
Current approach is that
a_include_object_expranda_include_schema_exprsilently overwritesa_include_object_exprCloses #1053