updated coverage

This commit is contained in:
ajurna
2019-02-07 16:12:43 +00:00
parent f6976abf7e
commit 68ca302793

View File

@@ -57,7 +57,7 @@ steps:
- script: |
pip install coverage
coverage run --source='.' manage.py test
coverage run --source='.' --omit=*migrations*,comic\rarfile.py manage.py test
coverage xml
coverage html
displayName: 'Test with pytest'