mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-21 06:41:33 +00:00
Fix path for cobertura reports
This commit is contained in:
parent
011dfb305c
commit
32605a4c33
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ Ubuntu_GCC_tests_coverage:
|
||||||
coverage_report:
|
coverage_report:
|
||||||
coverage_format: cobertura
|
coverage_format: cobertura
|
||||||
path: coverage.xml
|
path: coverage.xml
|
||||||
junit: build/*_tests.xml
|
junit: build/*-tests.xml
|
||||||
|
|
||||||
.Ubuntu_Static_Deps:
|
.Ubuntu_Static_Deps:
|
||||||
extends: Ubuntu_Clang
|
extends: Ubuntu_Clang
|
||||||
|
|
Loading…
Reference in a new issue