Skip to content

Commit

Permalink
Add test coverage check (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: cyc60 <[email protected]>
  • Loading branch information
cyc60 authored Sep 14, 2023
1 parent c9fa6f0 commit 1550cba
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 141 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,12 @@ jobs:

# Run tests
- name: Run tests
run: poetry run pytest src
run: poetry run coverage run -m pytest src

# Check coverage
- name: Check test coverage
run: poetry run coverage report

security:
name: pip-audit
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 1550cba

Please sign in to comment.