Fix path for cobertura reports

This commit is contained in:
elsid 2025-04-26 11:48:15 +02:00
parent 011dfb305c
commit 32605a4c33
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

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