Skip to content
Snippets Groups Projects
Commit 99704c0e authored by Arnaud LABOUREL's avatar Arnaud LABOUREL
Browse files

Changed gitlab config for jacoco

parent b04cfeba
No related branches found
No related tags found
No related merge requests found
Pipeline #45621 passed
......@@ -31,12 +31,12 @@ test:
coverage-xml:
stage: test
script:
- gradle jacocoTestReportToCobertura
- gradle jacocoTestReport
artifacts:
when: always
reports:
coverage_report:
coverage_format: cobertura
coverage_format: jacoco
path: build/reports/jacoco/test/jacocoTestReport.xml
coverage-log:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment