Skip to content

Commit

Permalink
Fix cov (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecThomson authored Jan 30, 2025
1 parent 73ea5c0 commit 8e7010c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:

- name: Test package
run: >-
pytest --cov-branch --cov-report=xml
python -m pytest -ra --cov --cov-report=xml --cov-report=term
--durations=20
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 8e7010c

Please sign in to comment.