Skip to content
Snippets Groups Projects
Commit 7c564d4c authored by webmanue's avatar webmanue
Browse files

Merge branch '9-fix-coverage-report-format' into 'master'

Resolve "Fix coverage report format"

Closes #9

See merge request mechanics-and-materials/ae108!9
parents 74fd01d8 6172b494
No related branches found
No related tags found
No related merge requests found
Pipeline #81426 canceled
......@@ -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