Browse Source

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
technical/upgrade-exoplayer
Ryan Harg 2 years ago
parent
commit
a718f0a626
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -91,7 +91,7 @@ test: @@ -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'

Loading…
Cancel
Save