Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Coverage documentation improvements.
  • Loading branch information
jgebal committed Mar 1, 2022
commit 3b9b6260a75d47332611bce939f317b295a36ba7
1 change: 1 addition & 0 deletions docs/userguide/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ The order of priority is for evaluation of include/exclude filter parameters is
- else if no coverage specific parameters are provided coverage is gathered on all schemas specified in paths passed to run procedure
- else if no paths were specified, the coverage is gathered on current schema of the session running the tests

The exclude parameters are not mutually-exclusive and can be mixed together. All of exclude parameters are always applied.

Example: Limiting coverage by schema regex.
```sql
Expand Down