Skip to content

Commit

Permalink
Add coverage check to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 9, 2023
1 parent 8b05096 commit 8e691b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
if: matrix.python == '3.10'
run: tox run -e flake8

- name: Ensure full coverage
if: matrix.python == '3.10'
run: tox run -e coverage

deploy:
if: |
github.event_name == 'push' &&
Expand Down

0 comments on commit 8e691b1

Please sign in to comment.