diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2b9bb4..6094ba8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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