File: CODE_COVERAGE.md

package info (click to toggle)
swagger-core 2.1.6%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,676 kB
  • sloc: java: 49,486; xml: 2,151; python: 120; sh: 103; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 288 bytes parent folder | download
1
2
3
4
5
6
7
# 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