Skip to content
Snippets Groups Projects
Commit 66125553 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix coverage report

parent f3682c8e
No related branches found
No related tags found
No related merge requests found
Pipeline #6918 passed with warnings
......@@ -67,6 +67,7 @@ coverage:
stage: coverage
script:
- *virtualenv_definition
- make install-dev
- "make test-cov|grep TOTAL| awk '{printf \"COVERAGE: %.2f%%\", (1-$3/$2)*100 }'"
coverage: '/COVERAGE:\s*([0-9]*\.[0-9]*%)/'
# - make test-cov
......
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