Skip to content

Commit 0b7343d

Browse files
committed
Correct the command for computing code coverage
1 parent 379a825 commit 0b7343d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODE_COVERAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code Coverage Report generation
22

33
To generate the code coverage report, execute the following command:
4-
> mvn clean verify
4+
> mvn clean verify jacoco:report
55
66
This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser.
77
> target/site/jacoco/index.html

0 commit comments

Comments
 (0)