Document test coverage report location

This commit is contained in:
Arne Keller 2021-03-12 13:31:46 +01:00
parent daf3fb51e6
commit 7a6e0844e6

View File

@ -71,12 +71,13 @@ mvn integration-test
mvn jacoco:dump@pull-test-data -Dapp.host=localhost -Dapp.port=36320 -Dskip.dump=false mvn jacoco:dump@pull-test-data -Dapp.host=localhost -Dapp.port=36320 -Dskip.dump=false
``` ```
JaCoCo execution data of manual tests should be exported to `target/jacoco-manual.exec`.
Finally, a code coverage report can be generated: Finally, a code coverage report can be generated:
``` ```
mvn antrun:run@generate-report -Dskip.int.tests.report=false mvn antrun:run@generate-report -Dskip.int.tests.report=false
``` ```
The report can be found at `target/coverage-report/html/jacoco-multi/index.html`.
JaCoCo execution data of manual tests should be exported to `target/jacoco-manual.exec`.
## Deploying using Docker ## Deploying using Docker