diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 0b02626c..12a454fa 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -86,7 +86,7 @@ stages: displayName: 'Perform PrimAITE Setup' - script: | - pytest --cov=src --cov-report=html:coverage_report --cov-report=xml --cov-fail-under=80 + pytest --cov=src --cov-report=html --cov-report=xml --cov-fail-under=80 displayName: 'Run tests and code coverage' - task: PublishCodeCoverageResults@1