Fix collecting cobertura reports

pull/3227/head
elsid 3 years ago committed by jvoisin
parent d975e9e138
commit 06225c6968

@ -201,7 +201,9 @@ Ubuntu_GCC_tests_coverage:
name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHA}
when: always
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: build/tests.xml
Ubuntu_Static_Deps:

Loading…
Cancel
Save