Skip to content

Commit 8e691b1

Browse files
committed
Add coverage check to GitHub actions
1 parent 8b05096 commit 8e691b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
if: matrix.python == '3.10'
6363
run: tox run -e flake8
6464

65+
- name: Ensure full coverage
66+
if: matrix.python == '3.10'
67+
run: tox run -e coverage
68+
6569
deploy:
6670
if: |
6771
github.event_name == 'push' &&

0 commit comments

Comments
 (0)