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 374bc1e commit 4dd1221Copy full SHA for 4dd1221
.coveragerc
@@ -2,3 +2,8 @@
2
branch = True
3
omit =
4
*/_version.py
5
+
6
+[paths]
7
+source =
8
+ pydra/tasks
9
+ /**/pydra/tasks
.github/workflows/pythonpackage.yml
@@ -87,8 +87,8 @@ jobs:
87
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
88
- name: Test with pytest
89
run: |
90
- pytest -sv --doctest-modules pydra/tasks/$SUBPACKAGE \
91
- --cov pydra.tasks.$SUBPACKAGE --cov-report xml
+ pytest -sv --doctest-modules --pyargs pydra.tasks.$SUBPACKAGE \
+ --cov pydra.tasks.$SUBPACKAGE --cov-report xml --cov-report term-missing
92
- uses: codecov/codecov-action@v4
93
if: ${{ always() }}
94
with:
0 commit comments