Skip to content
Snippets Groups Projects
Commit e147ce2f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore(log): ANSI color tag missing

parent 02e1f8ff
Branches
Tags
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment