We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccae476 commit 855f366Copy full SHA for 855f366
azure-pipelines.yml
@@ -157,6 +157,7 @@ jobs:
157
pytest MDAnalysisTests --disable-pytest-warnings -n logical --timeout=200 -rsx --cov=MDAnalysis
158
displayName: 'Run MDAnalysis Test Suite'
159
- script: |
160
- curl -s https://codecov.io/bash | bash
+ python -m pip install codecov-cli
161
+ codecov-cli upload-process
162
condition: succeeded()
163
displayName: 'Codecov Coverage Data Upload'
0 commit comments