Skip to content
Snippets Groups Projects
Commit 0c95675c authored by Ryan Harg's avatar Ryan Harg
Browse files

Merge branch 'technical/move-back-to-original-jacoco2cobertura-image' into 'develop'

Move back to original image as bug is fixed now

See merge request !127
parents de1c60bf 5f6d3805
No related branches found
No related tags found
1 merge request!127Move back to original image as bug is fixed now
Pipeline #17838 passed
...@@ -82,7 +82,7 @@ test: ...@@ -82,7 +82,7 @@ test:
coverage: coverage:
stage: visualize stage: visualize
image: gjrtimmer/jacoco2cobertura:1.0.8 image: haynes/jacoco2cobertura:1.0.8
script: script:
# convert report from jacoco to cobertura, use relative project path # 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' - 'python /opt/cover2cover.py $JACOCO_XML_LOCATION $CI_PROJECT_DIR/app/src/main/java > app/build/reports/cobertura.xml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment