Skip to content

Commit

Permalink
CI: Add terminal reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Mar 23, 2024
1 parent 6f19830 commit aa81f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +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 --cov pydra --cov-report xml
pytest -sv --doctest-modules pydra --cov pydra --cov-report xml --cov-report term-missing
- uses: codecov/codecov-action@v4
if: ${{ always() }}
with:
Expand Down

0 comments on commit aa81f14

Please sign in to comment.