We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379a825 commit 0b7343dCopy full SHA for 0b7343d
CODE_COVERAGE.md
@@ -1,7 +1,7 @@
1
# Code Coverage Report generation
2
3
To generate the code coverage report, execute the following command:
4
-> mvn clean verify
+> mvn clean verify jacoco:report
5
6
This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser.
7
> target/site/jacoco/index.html
0 commit comments