Skip to content

Commit c7c7967

Browse files
committed
Minor fix in azure-pipelines
1 parent 3a85046 commit c7c7967

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@ 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-
71-
- task: PublishCodeCoverageResults@1
72-
inputs:
73-
codeCoverageTool: Cobertura
74-
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
75-
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
76-
7765
- bash: |
7866
if [ $PYTHON_VERSION == 3.7 ]; then
7967
source activate mpi4py_fft_env

0 commit comments

Comments
 (0)