Merge branch 'renovate/haynes-jacoco2cobertura-1.x' into 'develop'

Update haynes/jacoco2cobertura Docker tag to v1.0.9

See merge request funkwhale/funkwhale-android!243
This commit is contained in:
Ryan Harg 2022-11-21 13:39:01 +00:00
commit a718f0a626
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'