Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix-granting-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazus committed Mar 11, 2017
2 parents 83623ca + c9e6286 commit 255ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/reporters/ut_coverage_html_reporter.tpb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ create or replace type body ut_coverage_html_reporter is

l_coverage_data := ut_coverage.get_coverage_data();

l_report_lines := ut_utils.clob_to_table(ut_coverage_report_html_helper.get_index( l_coverage_data, self.project_name ));
l_report_lines := ut_utils.clob_to_table(ut_coverage_report_html_helper.get_index( l_coverage_data, self.assets_path, self.project_name ));
for i in 1 .. l_report_lines.count loop
self.print_text( l_report_lines(i) );
end loop;
Expand Down

0 comments on commit 255ffd8

Please sign in to comment.