#2084: upload reports - debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user