FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

java-design-patterns/CODE_COVERAGE.md at master · leonac/java-design-patterns · GitHub

Latest commit

 

History

History
13 lines (8 loc) · 469 Bytes

File metadata and controls

13 lines (8 loc) · 469 Bytes

Code Coverage Report generation

To generate the code coverage report, execute the following command:

mvn clean verify

This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser.

target/site/jacoco/index.html

Please note that the above folder is created under each of the modules. For example:

  • adapter/target/site/jacoco/index.html
  • busniess-delegate/target/site/jacoco/index.html

Back | FazBrowse Home | New Git URL