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
In order to get a code coverage report, JaCoCo's [1] maven plugin is
added an properly configured [2].
Steps to generate a code coverage report (from root of this project):
```
mvn clean verify
mvn -f core/pom.xml jacoco:report
```
If the build succeeds point your browser to
`core/target/site/jacoco/index.html`.
[1] http://www.jacoco.org/
[2] http://www.jacoco.org/jacoco/trunk/doc/maven.html
0 commit comments