IAP GITLAB

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

finally save test-output as artiface for coverage job

parent f167f814
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