File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,11 @@ jobs:
62
62
cd tests && ./runtests.sh
63
63
displayName: Build and test
64
64
65
- - task : PublishTestResults@2
66
- condition : succeededOrFailed()
67
- inputs :
68
- testResultsFiles : ' **/coverage.xml'
69
- testRunTitle : ' Publish test results for Python $(python.version)'
70
-
71
65
- task : PublishCodeCoverageResults@1
72
66
inputs :
73
67
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'
76
70
77
71
- bash : |
78
72
if [ $PYTHON_VERSION == 3.7 ]; then
You can’t perform that action at this time.
0 commit comments