Gitlab-CI: Update jacoco2cobertura image

Signed-off-by: Taylor Smock <tsmock@fb.com>
pull/1/head v1.8.0
Taylor Smock 2021-05-19 16:19:45 -06:00
rodzic b8e18653d9
commit fa3110c5d1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -117,7 +117,7 @@ coverage:
needs: ["test"]
dependencies:
- test
image: haynes/jacoco2cobertura:1.0.3
image: haynes/jacoco2cobertura:1.0.7
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'