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

Skip to content

Commit c0824f5

Browse files
authored
Merge pull request #270 from jgebal/bugfix/readme_references
Fixed reference to coverage html report.
2 parents b1716d2 + c7c1e7b commit c0824f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end;
4040
/
4141
```
4242
Executes all unit tests in current schema, gather information about code coverage and output the html text into DBMS_OUTPUT.
43-
The `ut_coverage_html_reporter` will produce a interactive HTML report. You may see a sample of code coverage for utPLSQL project [here](https://jgebal.github.io/utPLSQL-coverage-html/)
43+
The `ut_coverage_html_reporter` will produce a interactive HTML report. You may see a sample of code coverage for utPLSQL project [here](https://utplsql.github.io/utPLSQL-coverage-html/)
4444

4545
The report provides a summary information with list of source code that was expected to be covered.
4646

0 commit comments

Comments
 (0)