You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@
2
2
3
3
The utPLSQL Plugin integrates [utPLSQL](https://utplsql.org) with [Allround Automations PL/SQL Developer](https://www.allroundautomations.com/products/pl-sql-developer/).
4
4
5
-
## Running Tests
5
+
## Running Tests and Code Coverage
6
6
7
-
The plugin adds a Button to the Tools ribbon to execute all tests of the current user.
7
+
The plugin adds a Button to the Tools ribbon to execute all tests of the current user or run code coverage.
8
8
9
9

10
10
11
-
In the object browser on Packages or Users there is a context menu entry to run the tests of either the packages or the users.
11
+
In the object browser on Packages or Users there is a context menu entry to run the tests or code coverage of either the packages or the users.
12
12
13
13

14
14
15
15
## Viewing Results
16
16
17
-
The results are opened in a new window.
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.
0 commit comments