diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 04d35ab2..ef8f984b 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -101,6 +101,10 @@ stages: pytest --cov=src --cov-report=html --cov-report=xml --cov-fail-under=80 displayName: 'Run tests and code coverage' + + - script: pwd + - script: ls + - task: PublishCodeCoverageResults@1 displayName: 'Publish coverage report' condition: succeededOrFailed()