Commit e147ce2f authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore(log): ANSI color tag missing

parent 02e1f8ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
  }