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 e89fa11Copy full SHA for e89fa11
.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
@@ -88,7 +88,7 @@ jobs:
88
- name: Test with pytest
89
run: |
90
pytest -sv --doctest-modules pydra/tasks/$SUBPACKAGE \
91
- --cov pydra.tasks.$SUBPACKAGE --cov-report xml
+ --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