IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d4de899a authored by ralfulrich's avatar ralfulrich
Browse files

try upload coverage to codecov.io

parent 3ca16061
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,7 @@ coverage: # special manual job to run after normal pipeline finished
- ctest -j4 -V > test.log
- cmake --build . --target coverage
- tar czf coverage-report.tar.gz coverage-report
- export CODECOV_TOKEN=28199a2aeb3e4194bfc88d0afc6b7332 && curl -s https://codecov.io/bash | bash -s - -f coverage.info -X gcov -x gcov
coverage: '/functions.*\s+(\d+\%)\s/'
artifacts:
expire_in: 1 year
......
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