Skip to content

Commit

Permalink
Run code coverage on every PR
Browse files Browse the repository at this point in the history
In this way we can check how much of a PR is covered by the tests,
making the review process slightly easier.
  • Loading branch information
danielabrozzoni committed Sep 9, 2022
1 parent 06310f1 commit 49a20df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [push]
on: [push, pull_request]

name: Code Coverage

Expand Down

0 comments on commit 49a20df

Please sign in to comment.