diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index b9a80fc4..05de0050 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -105,6 +105,7 @@ stages: displayName: 'Publish coverage report' inputs: codeCoverageTool: Cobertura - summaryFileLocation: './coverage.xml' - reportDirectory: './htmlcov' + summaryFileLocation: $(System.DefaultWorkingDirectory)/coverage.xml + pathToSources: $(System.DefaultWorkingDirectory)/src/ + reportDirectory: $(System.DefaultWorkingDirectory)/htmlcov/ failIfCoverageEmpty: true