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 4fde3c7 commit abd52c4Copy full SHA for abd52c4
.github/workflows/ci-cd.yml
@@ -73,7 +73,7 @@ jobs:
73
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
74
- name: Pytest
75
run: |
76
- pytest -vs -n auto pydra --doctest-modules --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 --rootdir pydra
77
- name: Upload coverage to Codecov
78
uses: codecov/codecov-action@v2
79
with:
0 commit comments