mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 02:45:34 +00:00
Merge branch 'fix_cobertura_reports' into 'master'
Fix collecting cobertura reports See merge request OpenMW/openmw!1831
This commit is contained in:
commit
a9767f1ffc
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue