Skip to content
Snippets Groups Projects
Commit 1c9a7282 authored by Jens Bröder's avatar Jens Bröder
Browse files

Add coverage key to gitlab CI to make badge work

parent e669b07d
No related branches found
No related tags found
No related merge requests found
Pipeline #194110 failed
......@@ -34,6 +34,7 @@ run_precommit:
<<: *prepare-env
script:
- cd tests/ && ./run_all_cov.sh
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
when: always
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