From fdc17846a7bbe089b4f60ff0b024228a459c3973 Mon Sep 17 00:00:00 2001 From: ajurna Date: Thu, 7 Feb 2019 16:14:52 +0000 Subject: [PATCH] updated coverage --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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