We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8196046 + d7e0c00 commit ce2d8adCopy full SHA for ce2d8ad
docs/userguide/coverage.md
@@ -127,14 +127,14 @@ begin
127
'usr',
128
ut_coverage_html_reporter(),
129
a_source_file_mappings =>
130
- ut_coverage_file_mappings(
131
- ut_coverage_file_mapping(
+ ut_file_mappings(
+ ut_file_mapping(
132
file_name => 'sources/hr/award_bonus.prc',
133
object_owner => 'USR',
134
object_name => 'AWARD_BONUS',
135
object_type => 'PROCEDURE'
136
),
137
138
file_name => 'sources/hr/betwnstr.fnc',
139
140
object_name => 'BETWNSTR',
0 commit comments