We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a85046 commit c7c7967Copy full SHA for c7c7967
azure-pipelines.yml
@@ -62,18 +62,6 @@ jobs:
62
cd tests && ./runtests.sh
63
displayName: Build and test
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
- - task: PublishCodeCoverageResults@1
72
73
- codeCoverageTool: Cobertura
74
- summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
75
- reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
76
77
- bash: |
78
if [ $PYTHON_VERSION == 3.7 ]; then
79
source activate mpi4py_fft_env
0 commit comments