Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 5c58a47

Browse files
committed
Update CI configuration
1 parent ba8bd39 commit 5c58a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test:
2929
script:
3030
- mvn $MAVEN_CLI_OPTS verify
3131
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, "instructions covered"; print 100*covered/instructions, "% covered" }' target/site/jacoco/jacoco.csv
32-
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report
32+
- bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r target/site/jacoco/jacoco.xml
3333
coverage: '/(\d+\.?\d*) \% covered/'
3434
except:
3535
- tags

0 commit comments

Comments
 (0)