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:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user