Skip to content

Commit 5df76c2

Browse files
committed
test(GitHub): Add coverage information to the test workflow
1 parent 32b20cf commit 5df76c2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ jobs:
3333
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
3434
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
3535
- name: Run pre-commit
36-
run: pre-commit run --all
36+
run: |
37+
pre-commit run --all
38+
- name: Coverage
39+
run: |
40+
coverage run
41+
coverage report

0 commit comments

Comments
 (0)