IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c4718874 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'ci_coverage' into 'master'

finally save test-output as artiface for coverage job

See merge request AirShowerPhysics/corsika!228
parents f167f814 ce368538
No related branches found
No related tags found
No related merge requests found
......@@ -517,7 +517,7 @@ coverage:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Coverage
- cmake --build . -- -j4
- ctest -j4 -V > test.log
- ctest -j4 -VV | gzip -v -9 > test.log.gz
- cmake --build . --target coverage
- tar czf coverage-report.tar.gz coverage-report
coverage: '/^.*functions\.+:\s(.*\%)\s/'
......@@ -534,6 +534,7 @@ coverage:
when: always
expire_in: 1 year
paths:
- ${CI_PROJECT_DIR}/build/test.log.gz
- ${CI_PROJECT_DIR}/build/coverage-report.tar.gz
cache:
paths:
......
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