Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
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
Next Next commit
Fixed documentation object names for file mappings
  • Loading branch information
jgebal committed Jul 3, 2017
commit c05c1e99f0b4d76f06875c39c48d7e2352462464
6 changes: 3 additions & 3 deletions docs/userguide/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@ begin
'usr',
ut_coverage_html_reporter(),
a_source_file_mappings =>
ut_coverage_file_mappings(
ut_coverage_file_mapping(
ut_file_mappings(
ut_file_mapping(
file_name => 'sources/hr/award_bonus.prc',
object_owner => 'USR',
object_name => 'AWARD_BONUS',
object_type => 'PROCEDURE'
),
ut_coverage_file_mapping(
ut_file_mapping(
file_name => 'sources/hr/betwnstr.fnc',
object_owner => 'USR',
object_name => 'BETWNSTR',
Expand Down