Update haynes/jacoco2cobertura Docker tag to v1.0.9

This commit is contained in:
Renovate Bot 2022-11-21 13:00:30 +00:00
parent 73b112ad5d
commit b26e6eb78b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ test:
coverage:
stage: visualize
image: haynes/jacoco2cobertura:1.0.8
image: haynes/jacoco2cobertura:1.0.9
script:
# convert report from jacoco to cobertura, use relative project path
- 'python /opt/cover2cover.py $JACOCO_XML_LOCATION $CI_PROJECT_DIR/app/src/main/java > app/build/reports/cobertura.xml'