From 68ca30279308374989f00104abec2e1ee1fddbae Mon Sep 17 00:00:00 2001 From: ajurna Date: Thu, 7 Feb 2019 16:12:43 +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 bce76d5..f2b9bb4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'