Skip to content

Commit

Permalink
CI: Update pytest invocation to get test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 23, 2024
1 parent 374bc1e commit 6f19830
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
- name: Test with pytest
run: |
pytest -sv --doctest-modules pydra/tasks/$SUBPACKAGE \
--cov pydra.tasks.$SUBPACKAGE --cov-report xml
pytest -sv --doctest-modules pydra --cov pydra --cov-report xml
- uses: codecov/codecov-action@v4
if: ${{ always() }}
with:
Expand Down

0 comments on commit 6f19830

Please sign in to comment.