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

test coverage didn't work

parent 267b4e02
No related branches found
No related tags found
1 merge request!836Resolve "Implement Spring Security"
......@@ -179,7 +179,7 @@ test_backend web:
- cp test-db-ci.properties /etc/minerva/db.properties
- mvn -DskipTests=true clean install -pl web -am
- mvn test -pl web
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, "instructions covered"; print 100*covered/instructions,"% covered" }' rest-api/target/site/jacoco/jacoco.csv
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, "instructions covered"; print 100*covered/instructions,"% covered" }' web/target/site/jacoco/jacoco.csv
test_backend service:
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