-
Notifications
You must be signed in to change notification settings - Fork 186
Feature - include/exclude objects and schemas by regex #1186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
|
…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? |
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! |
Adding support for inclusion and exclusion of objects and schemas using regex.
Current approach is that
a_include_object_expr
anda_include_schema_expr
silently overwritesa_include_object_expr
Closes #1053