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.
This commit is contained in:
parent
06310f1dd0
commit
1c4d47825b
2
.github/workflows/code_coverage.yml
vendored
2
.github/workflows/code_coverage.yml
vendored
@ -1,4 +1,4 @@
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
name: Code Coverage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user