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

add regex to parse coverage percentage

parent a7545643
Branches test_martin
No related merge requests found
......@@ -2216,6 +2216,7 @@ coverage:
- mkdir coverage
- pwd
- gcovr -r $CI_PROJECT_DIR -k build -f "src" --print-summary --html coverage/coverage.html --html-details --xml coverage/coverage.xml
coverage: /^\s*lines:\s*\d+.\d+\%/
artifacts:
paths:
- coverage/
......
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