Skip to content

Commit

Permalink
ci: show cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Nov 22, 2024
1 parent e1a984d commit c80b806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
uv run coverage run -m pytest -vv
uv run coverage xml
- name: Show coverage report
run: uv run coverage report -m

- name: Build
run: uv build

Expand Down

0 comments on commit c80b806

Please sign in to comment.