Skip to content
Snippets Groups Projects
Commit 69b40b7e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

path fixed

parent 24bf95b3
No related branches found
No related tags found
1 merge request!701Code coverage
Pipeline #9300 canceled
......@@ -31,7 +31,7 @@ test_backend 1 15:
- mvn -DskipTests=true clean install -pl commons -am
- mvn test -pl commons
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, "instructions covered"; print 100*covered/instructions,"% covered" }' target/site/jacoco/jacoco.csv
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, "instructions covered"; print 100*covered/instructions,"% covered" }' commons/target/site/jacoco/jacoco.csv
test_backend 2 15:
image: maven:3.6.0-jdk-8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment