Merge branch 'fix_cobertura_reports' into 'master'

Fix collecting cobertura reports

See merge request OpenMW/openmw!1831
pull/3227/head
jvoisin 3 years ago
commit a9767f1ffc

@ -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