diff --git a/.coveragerc b/.coveragerc index 2cedd6057..033fee748 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 9c7574747..caec20644 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: