We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755da22 commit 5cb2057Copy full SHA for 5cb2057
README.md
@@ -16,6 +16,7 @@ Running the tests
16
17
* To run the unit tests, call `mvn test`
18
* To run the integration tests as well, call `mvn verify`
19
+* To generate (unit test) code coverage reports, call `mvn cobertura:cobertura`, and point a browser at the output in `target/site/cobertura/`
20
21
Conventions
22
-----------
0 commit comments