Skip to content
Snippets Groups Projects

Update registry.gitlab.com/haynes/jacoco2cobertura Docker tag to v1.0.8

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -409,7 +409,7 @@ Gradle Dependency-Checks:
coverage:
stage: Other
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.8
allow_failure: true
script:
- python /opt/cover2cover.py build/jacoco/test/jacocoTestReport.xml $CI_PROJECT_DIR/backend/main/java/ > build/cobertura.xml
Loading