Skip to content
Snippets Groups Projects
Commit 1f92435e authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add coverage report

parent 95a4692f
No related branches found
No related tags found
No related merge requests found
Pipeline #150883 failed
...@@ -26,8 +26,11 @@ cov: ...@@ -26,8 +26,11 @@ cov:
- pip3 install -r requirements-dev.txt - pip3 install -r requirements-dev.txt
- coverage run --source='.' runtests.py - coverage run --source='.' runtests.py
- coverage report - coverage report
- coverage html
coverage: '/TOTAL.+ ([0-9]{1,3}%)/' coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
artifacts:
paths:
- htmlcov/*
upload: upload:
......
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