diff --git a/.azure/azure-ci-build-pipeline.yaml b/.azure/azure-ci-build-pipeline.yaml index ef8f984b..777a4e50 100644 --- a/.azure/azure-ci-build-pipeline.yaml +++ b/.azure/azure-ci-build-pipeline.yaml @@ -64,6 +64,9 @@ stages: versionSpec: ${{ item.py }} displayName: 'Use Python ${{ item.py }}' + - script: pwd + - script: ls + - script: | python -m pip install pre-commit pre-commit install @@ -101,10 +104,6 @@ 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()