Commit e1ea63de authored by Riegel's avatar Riegel
Browse files

Fix pipeline

No related merge requests found
Pipeline #10347 failed with stage
in 2 minutes and 3 seconds
Showing with 1 addition and 0 deletions
+1 -0
......@@ -3,6 +3,7 @@ image: maven:3.8.6-eclipse-temurin-17
test:
stage: test
script:
- cd CityDoctorParent
- mvn $MAVEN_CLI_OPTS clean org.jacoco-maven-plugin:prepare-agent test jacoco:report
coverage: /Total.*?([0-9]{1,3})%/
build:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment