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 12d46ba commit 8ebd43eCopy full SHA for 8ebd43e
.github/workflows/ci-cd.yml ci-cd.yml.github/workflows/ci-cd.yml renamed to ci-cd.yml
@@ -79,8 +79,7 @@ jobs:
79
80
- name: Pytest
81
run: |
82
- pytest -vs -n auto pydra --doctest-modules \
83
- --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
+ pytest -vs -n auto pydra --doctest-modules --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
84
85
- name: Upload to codecov
86
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW
0 commit comments