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 c411986 commit b30db2bCopy full SHA for b30db2b
azure-pipelines.yml
@@ -64,9 +64,16 @@ jobs:
64
cd tests && ./runtests.sh
65
displayName: Build and test
66
67
+ - task: PublishCodeCoverageResults@1
68
+ inputs:
69
+ codeCoverageTool: Cobertura
70
+ summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
71
+ reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'
72
+
73
- bash: |
74
if [ $PYTHON_VERSION == 3.8 ]; then
75
source activate mpi4py_fft_env
76
+ pip install codecov
77
cd tests
78
curl -Os https://uploader.codecov.io/latest/linux/codecov
79
chmod +x codecov
0 commit comments