Skip to content
Snippets Groups Projects
Commit 89e06ffd authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Make sure it runs with gradle during testing stage

parent 7a679813
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,8 @@ test:
- master
- development
- merge_requests
script:
- ./gradlew test
after_script:
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' /app/target/site/jacoco/jacoco.csv
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment