From 4572afac6926c7024d75400f313d7518526848e1 Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Thu, 30 Nov 2023 19:34:18 +0000 Subject: [PATCH] #2084: upload reports - debug --- .azure/azure-ci-build-pipeline.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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()