Skip to content

Commit 09d83fd

Browse files
Run code coverage on every PR
In this way we can check how much of a PR is covered by the tests, making the review process slightly easier.
1 parent fa1d063 commit 09d83fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on: [push]
1+
on: [push, pull_request]
22

33
name: Code Coverage
44

0 commit comments

Comments
 (0)