mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 10:20:41 +00:00
Add package to integration test instructions
This commit is contained in:
parent
caeb2fca84
commit
daf3fb51e6
@ -60,6 +60,7 @@ mvn jacoco:prepare-agent test jacoco:report
|
||||
|
||||
Then run the application with the JaCoCo agent: (adjust the path to the agent jar)
|
||||
```
|
||||
mvn package -Pproduction
|
||||
cp target/typicalc-1.0-SNAPSHOT.jar /tmp
|
||||
java -javaagent:jacoco.agent.jar=port=36320,destfile=jacoco-it.exec,output=tcpserver /tmp/typicalc-1.0-SNAPSHOT.jar
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user