Skip to content
Snippets Groups Projects
Commit 64d0d56d authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

Merge branch 'adjust-coverage-flags' into 'master'

coverage: print summary and generate cobertura report

See merge request walberla/walberla!307
parents 89f34386 525ea921
Branches
Tags
No related merge requests found
...@@ -1641,10 +1641,12 @@ coverage: ...@@ -1641,10 +1641,12 @@ coverage:
- cd .. - cd ..
- mkdir coverage - mkdir coverage
- pwd - pwd
- gcovr -r $CI_PROJECT_DIR -k build -f "src" --html --html-details -o coverage/coverage.html - gcovr -r $CI_PROJECT_DIR -k build -f "src" --print-summary --html coverage/coverage.html --html-details --xml coverage/coverage.xml
artifacts: artifacts:
paths: paths:
- coverage/ - coverage/
reports:
cobertura: coverage/coverage.xml
only: only:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment