mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +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
|
||||
```
|
||||
|
||||
JaCoCo execution data of manual tests should be exported to `target/jacoco-manual.exec`.
|
||||
|
||||
Finally, a code coverage report can be generated:
|
||||
```
|
||||
mvn antrun:run@generate-report -Dskip.int.tests.report=false
|
||||
```
|
||||
|
||||
JaCoCo execution data of manual tests should be exported to `target/jacoco-manual.exec`.
|
||||
The report can be found at `target/coverage-report/html/jacoco-multi/index.html`.
|
||||
|
||||
## Deploying using Docker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user