Skip to content

Commit 2533638

Browse files
committed
Update coverage.md
1 parent 7cca6b4 commit 2533638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ exec ut.run('unit_test_schema', ut_coverage_html_reporter(), a_coverage_schemes
130130

131131
#### Filtering objects in coverage reports
132132

133-
There are multiple parameters that can be used to define the scope of coverage report:
133+
Multiple parameters can be used to define the scope of coverage report.
134134
- `a_source_file_mappings ( ut_file_mappings )` - map of filenames to database objects. It is used for file-based coverage - see below.
135135
- `a_include_schema_expr ( varchar(4000) )` - string of regex expression of schemas to be included in the coverage report. Case-insensitive.
136136
- `a_include_object_expr ( varchar(4000) )` - string of regex expression of objects ( without schema name ) to be included in the coverage report. Case-insensitive.

0 commit comments

Comments
 (0)