mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-09 10:50:42 +00:00
Document test coverage report location
This commit is contained in:
parent
daf3fb51e6
commit
7a6e0844e6
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user