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
Branches
Tags
No related merge requests found
Pipeline #6918 passed with warnings
...@@ -67,6 +67,7 @@ coverage: ...@@ -67,6 +67,7 @@ coverage:
stage: coverage stage: coverage
script: script:
- *virtualenv_definition - *virtualenv_definition
- make install-dev
- "make test-cov|grep TOTAL| awk '{printf \"COVERAGE: %.2f%%\", (1-$3/$2)*100 }'" - "make test-cov|grep TOTAL| awk '{printf \"COVERAGE: %.2f%%\", (1-$3/$2)*100 }'"
coverage: '/COVERAGE:\s*([0-9]*\.[0-9]*%)/' coverage: '/COVERAGE:\s*([0-9]*\.[0-9]*%)/'
# - make test-cov # - make test-cov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment