Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2573e commit c05c1e9Copy full SHA for c05c1e9
1 file changed
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