jetty.project/CODE_COVERAGE.md
Vijay def9c1945b http-spi test improvement (#62)
* Add unit tests for jetty-spi module

Signed-off-by: mfarid <farid.iflex@gmail.com>

* Fixed the styling mismatch

Signed-off-by: mfarid <mohd.farid@devfactory.com>
2016-05-04 10:56:56 +10:00

442 B

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/cobertura/index.html

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

• jetty-http-spi/target/site/cobertura/index.html • jetty-jaspi/target/site/cobertura/index.html