Skip to content
Snippets Groups Projects
Commit 6172b494 authored by webmanue's avatar webmanue
Browse files

use cobertura format for coverage report (CI)

parent 74fd01d8
No related branches found
No related tags found
No related merge requests found
Pipeline #80174 passed
......@@ -97,7 +97,7 @@ build-library:
cmake --build . --target all &&
GTEST_OUTPUT="xml:gtest-results.xml" ctest --output-on-failure --exclude-regex ".*_mpi$" &&
ctest --output-on-failure --tests-regex ".*_mpi$" &&
python3 -m gcovr --print-summary --sonarqube coverage.xml -j$(nproc) --root .. .
python3 -m gcovr --print-summary --xml coverage.xml -j$(nproc) --root .. .
'
artifacts:
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment