From c191b6224543f7da41d254d84bc5b332abc53b19 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 10 Jul 2020 19:35:19 +0200 Subject: [PATCH] ci: attempt to fix Coverage not being registered --- .coveragerc | 1 - azure-pipelines.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 2cedd6057d..033fee7486 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,6 @@ [run] source = passbook branch = True -relative_files = True omit = */wsgi.py manage.py diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9c7574747c..caec206442 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -232,7 +232,6 @@ stages: codeCoverageTool: 'Cobertura' summaryFileLocation: 'coverage.xml' pathToSources: '$(System.DefaultWorkingDirectory)' - reportDirectory: 'htmlcov' - task: PublishTestResults@2 condition: succeededOrFailed() inputs: