Skip to content

Commit cb4ba2e

Browse files
committed
Hard code path to coverage azure-pipelines.yml
1 parent 3a85046 commit cb4ba2e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,11 @@ jobs:
6262
cd tests && ./runtests.sh
6363
displayName: Build and test
6464
65-
- task: PublishTestResults@2
66-
condition: succeededOrFailed()
67-
inputs:
68-
testResultsFiles: '**/coverage.xml'
69-
testRunTitle: 'Publish test results for Python $(python.version)'
70-
7165
- task: PublishCodeCoverageResults@1
7266
inputs:
7367
codeCoverageTool: Cobertura
74-
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
75-
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
68+
summaryFileLocation: '$(System.DefaultWorkingDirectory)/tests/coverage.xml'
69+
reportDirectory: '$(System.DefaultWorkingDirectory)/tests/htmlcov'
7670

7771
- bash: |
7872
if [ $PYTHON_VERSION == 3.7 ]; then

0 commit comments

Comments
 (0)