Merge branch 'fix_cobertura_path' into 'master'
Some checks are pending
Build and test / Ubuntu (push) Waiting to run
Build and test / MacOS (push) Waiting to run
Build and test / Read .env file and expose it as output (push) Waiting to run
Build and test / Windows (2019) (push) Blocked by required conditions
Build and test / Windows (2022) (push) Blocked by required conditions

Fix path for cobertura reports

See merge request OpenMW/openmw!4650
This commit is contained in:
elsid 2025-04-28 00:31:51 +00:00
commit 6f2a5651fb

View file

@ -316,7 +316,7 @@ Ubuntu_GCC_tests_coverage:
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: build/*_tests.xml
junit: build/*-tests.xml
.Ubuntu_Static_Deps:
extends: Ubuntu_Clang