From 5b5021362696b3355ec8031aa681e87c21279a9b Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Thu, 30 Nov 2023 19:58:35 +0000 Subject: [PATCH] #2084: upload reports - debug --- .azure/azure-ci-build-pipeline.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index 777a4e50..45df6539 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -64,9 +64,6 @@ stages: versionSpec: ${{ item.py }} displayName: 'Use Python ${{ item.py }}' - - script: pwd - - script: ls - - script: | python -m pip install pre-commit pre-commit install @@ -103,12 +100,3 @@ stages: - script: | pytest --cov=src --cov-report=html --cov-report=xml --cov-fail-under=80 displayName: 'Run tests and code coverage' - - - task: PublishCodeCoverageResults@1 - displayName: 'Publish coverage report' - condition: succeededOrFailed() - inputs: - codeCoverageTool: Cobertura - summaryFileLocation: './coverage.xml' - reportDirectory: './coverage_report' - failIfCoverageEmpty: true