Loading templates/gitlab-ci-maven.yml +5 −0 Original line number Diff line number Diff line Loading @@ -254,6 +254,11 @@ stages: echo -e "[\\e[1;91mERROR\\e[0m] $*" } function fail() { log_error "$*" exit 1 } function output_coverage() { jacoco_reports=$(find . -name "${JACOCO_CSV_REPORT:-jacoco.csv}") Loading Loading
templates/gitlab-ci-maven.yml +5 −0 Original line number Diff line number Diff line Loading @@ -254,6 +254,11 @@ stages: echo -e "[\\e[1;91mERROR\\e[0m] $*" } function fail() { log_error "$*" exit 1 } function output_coverage() { jacoco_reports=$(find . -name "${JACOCO_CSV_REPORT:-jacoco.csv}") Loading