Skip to content

Commit ee6afa2

Browse files
Updated readme and images for v0.6.0
1 parent 33ded7b commit ee6afa2

5 files changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,29 @@
55
utPLSQL for SQL Developer extends Oracle's SQL Developer to
66

77
* run existing utPLSQL unit tests
8+
* run utPLSQL code coverage reports
89
* generate new utPLSQL unit tests (skeletons)
910

1011
### Run utPLSQL test
1112

1213
In the Connections window, select a connection or one or more packages or package procedures to run utPLSQL tests. Or you can run utPLSQL tests directly from the PL/SQL editor. The test procedures are determined according to the cursor position in the PL/SQL editor.
1314

1415
![Run utPLSQL test](images/run_utplsql_test.png)
16+
17+
### Code coverage...
18+
19+
In the Connections window, select a connection or one or more packages for a code coverage report.
20+
21+
In the dialog you can set some parameters. If you run code coverage for a few chosen packages or from the PL/SQL editor the objects to be included are determined according the object dependencies in the Oracle data dictionary.
22+
23+
![Code coverage dialog](images/code_coverage_dialog.png)
24+
25+
Press `Run` to produce the code coverage process in the background. You may minimize or close the dialog. To abort the process, press `Cancel`.
26+
27+
The HTML report is shown in your default browser.
28+
29+
![Code coverage report](images/code_coverage_report_all_files.png)
30+
1531
### Generate utPLSQL test
1632

1733
#### Based on existing code

images/code_coverage_dialog.png

200 KB
Loading
102 KB
Loading

images/generate_utplsql_test.png

1.66 KB
Loading

images/run_utplsql_test.png

12.7 KB
Loading

0 commit comments

Comments
 (0)