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

export coverage

parent ed8382d3
No related branches found
No related tags found
No related merge requests found
......@@ -26,3 +26,8 @@ test:
- pip install -r requirements.txt -r requirements-test.txt
- coverage run --source='.' runtests.py
- coverage report --skip-covered --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py,setup.py
- coverage html -d htmlcov --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py,setup.py
artifacts:
paths:
- htmlcov
expire_in: 1 week
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