updated coverage

This commit is contained in:
ajurna
2019-02-07 16:14:52 +00:00
parent 68ca302793
commit fdc17846a7

View File

@@ -60,7 +60,7 @@ steps:
coverage run --source='.' --omit=*migrations*,comic\rarfile.py manage.py test
coverage xml
coverage html
displayName: 'Test with pytest'
displayName: 'Run Coverage'
- task: PublishTestResults@2