Skip to content
Snippets Groups Projects

Resolve "Borestop"

Merged Colin DAMON requested to merge 25-borestop into master
+ 1
1
@@ -38,7 +38,7 @@ stages:
@@ -38,7 +38,7 @@ stages:
- awk -F"," '{ branches += $6 + $7; covered += $7 } END { print covered, "/", branches, "branches covered"; print 100*covered/branches, "%covered" }' target/jacoco-aggregate/index.csv
- awk -F"," '{ branches += $6 + $7; covered += $7 } END { print covered, "/", branches, "branches covered"; print 100*covered/branches, "%covered" }' target/jacoco-aggregate/index.csv
artifacts:
artifacts:
reports:
reports:
junit: $PROJECT_FOLDER/target/test-results/TEST-*.xml
junit: $PROJECT_FOLDER/target/test-results/**/TEST-*.xml
paths:
paths:
- $PROJECT_FOLDER/target/jacoco-aggregate
- $PROJECT_FOLDER/target/jacoco-aggregate
expire_in: 1 day
expire_in: 1 day
Loading