Skip to content

Commit

Permalink
Revert "gitlab-ci: fix cobertura reporting"
Browse files Browse the repository at this point in the history
This reverts commit e8d1cbd.
  • Loading branch information
kofemann committed Dec 8, 2022
1 parent e8d1cbd commit bfe485b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,14 @@ coverage:
# Gitlab >= 14.9 required
coverage-report:
stage: coverage
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.9
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
script:
- 'python /opt/cover2cover.py target/site/jacoco/jacoco.xml $CI_PROJECT_DIR/src/main/java/ > target/site/cobertura.xml'
dependencies:
- coverage
needs: ["coverage"]
artifacts:
reports:
cobertura: target/site/cobertura.xml
coverage_report:
coverage_format: cobertura
path: target/site/cobertura.xml

0 comments on commit bfe485b

Please sign in to comment.