Gitlab-CI: Hopefully fix shown coverage

Signed-off-by: Taylor Smock <tsmock@fb.com>
pull/1/head
Taylor Smock 2021-01-13 13:20:55 -07:00
rodzic 5fb9a0707a
commit ef62098664
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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"