Skip to content

Commit 057891b

Browse files
committed
Update README.md
1 parent 1a0df7a commit 057891b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The utPLSQL Plugin integrates [utPLSQL](https://utplsql.org) with [Allround Automations PL/SQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/).
44

5-
## Running Tests and Code Coverage
5+
## Running Tests
66

77
The plugin adds a Button to the Tools ribbon to execute all tests of the current user or run code coverage.
88

@@ -14,7 +14,7 @@ In the object browser on Packages, Package Bodys, Procedures or Users there is a
1414

1515
## Viewing Results
1616

17-
The results are opened in a new window. If you've chosen code coverage the coverage report will be opened in the default browser.
17+
The results are opened in a new window. Each test run will open a separate window.
1818

1919
### Navigating to the package body
2020

@@ -28,12 +28,24 @@ There are two buttons to run the tests again either with or without coverage.
2828

2929
A right-click opens the context menu, and you can run the test function.
3030

31-
### Filtering Results
31+
### Filtering and Sorting Results
3232

33-
Once the tests are run you can filter the results by clicking on checkboxes behind the status field.
33+
You can filter the results by clicking on checkboxes behind the status field. A click on the header cell sorts the results first ascending and with a second click descending.
3434

3535
![Result Window](screenshots/result_window.png)
3636

37+
## Code Coverage
38+
39+
If you select Run Code Coverage from the menu or the context menu a dialog is displayed. In this dialog you can configure the schemas to check for coverage and include or exclude specific objects.
40+
41+
![Code Coverage Diaog](screenshots/code_coverage_dialog.png)
42+
43+
### Report
44+
45+
After running the tests the HTML code coverage report will be opened in the default browser.
46+
47+
![Code Coverage Reports](screenshots/code_coverage_report.png)
48+
3749
## Releases
3850

3951
Binary releases for 64bit and 32bit are published in the [releases section](https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases).

screenshots/code_coverage_dialog.png

7.53 KB
Loading

screenshots/code_coverage_report.png

86.6 KB
Loading

0 commit comments

Comments
 (0)