Loading templates/gitlab-ci-maven.yml +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ stages: # shellcheck disable=SC2046,SC2086 awk -F',' '{ instructions += $4 + $5; covered += $5 } END { print covered"/"instructions " instructions covered"; print 100*covered/instructions "% covered" }' $(find . -name "${JACOCO_CSV_REPORT:-jacoco.csv}") else log_info "--- \\e[32mJaCoCo report(s) not found: skip" log_info "--- \\e[32mJaCoCo report(s) not found\\e[0m: skip" fi } Loading Loading
templates/gitlab-ci-maven.yml +1 −1 Original line number Diff line number Diff line Loading @@ -134,7 +134,7 @@ stages: # shellcheck disable=SC2046,SC2086 awk -F',' '{ instructions += $4 + $5; covered += $5 } END { print covered"/"instructions " instructions covered"; print 100*covered/instructions "% covered" }' $(find . -name "${JACOCO_CSV_REPORT:-jacoco.csv}") else log_info "--- \\e[32mJaCoCo report(s) not found: skip" log_info "--- \\e[32mJaCoCo report(s) not found\\e[0m: skip" fi } Loading