Skip to content

Commit

Permalink
ci: fix cov missing
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Jun 27, 2024
1 parent 4badc7d commit bc7848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Test package
run: >-
python -m pytest -ra --cov --cov-report=xml --cov-report=term
python -m pytest
--durations=20
- name: Upload coverage report
Expand Down

0 comments on commit bc7848c

Please sign in to comment.