From bfb631f88ccf8ce7983e5cb1ed295b199a310363 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Thu, 30 Nov 2023 18:45:27 +0000 Subject: [PATCH] #2084: upload reports - use default htmlcov location --- .azure/azure-ci-build-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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