Resolve "Borestop"
Compare changes
+ 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