Skip to content

Commit 2c3cad7

Browse files
authored
Merge pull request #263 from nicolocin/azure_codecov
add codecov upload to windows.yml
2 parents f889d37 + d26c43a commit 2c3cad7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.azure-pipelines/windows.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@ jobs:
3535
- script: |
3636
pytest -vs -n auto --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml --doctest-modules pydra
3737
displayName: 'Pytest tests'
38-
38+
- script: |
39+
python -m pip install codecov
40+
codecov --file cov.xml
41+
displayName: 'Upload To Codecov'
42+
env:
43+
CODECOV_TOKEN: $(CODECOV_TOKEN)

0 commit comments

Comments
 (0)