From ef62098664527f52b3f8792c48ecd450a39b17b5 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Wed, 13 Jan 2021 13:20:55 -0700 Subject: [PATCH] Gitlab-CI: Hopefully fix shown coverage Signed-off-by: Taylor Smock --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f080a02..b2ea578 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -127,6 +127,7 @@ coverage: image: haynes/jacoco2cobertura:1.0.3 script: - 'python /opt/cover2cover.py build/reports/jacoco/test/jacocoTestReport.xml src/main/java > build/reports/jacoco/test/coverage.xml' + - 'python /opt/source2filename.py build/reports/jacoco/test/coverage.xml' artifacts: reports: cobertura: "build/reports/jacoco/test/coverage.xml"