Skip to content
Snippets Groups Projects
Commit f3b1b9e3 authored by n.hoeller's avatar n.hoeller
Browse files

Update .gitlab-ci.yml file

parent 3d639aa2
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,8 @@ unit-test-backend:
script:
- cd backend
- mvn test $MAVEN_CLI_OPTS
- |
awk -F"," '{ instructions += $4 + $5; covered += $5 } END { printf "%d / %d instructions covered\n", covered, instructions; printf "%.2f%% covered\n", 100*covered/instructions }' target/site/jacoco/jacoco.csv
artifacts:
paths:
- backend/target/site/jacoco/
......
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