Skip to content

Commit b512d0f

Browse files
authoredOct 21, 2018
Merge pull request #39 from PhilippSalvisberg/develop
Updated ReadMe and POM
2 parents 22dc767 + 0b77dac commit b512d0f

6 files changed

+17
-1
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

‎sqldev/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- The Basics -->
66
<groupId>org.utplsql</groupId>
77
<artifactId>org.utplsql.sqldev</artifactId>
8-
<version>0.6.0-SNAPSHOT</version>
8+
<version>0.6.0</version>
99
<packaging>bundle</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)
Please sign in to comment.