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:
Daniela Brozzoni 2022-09-09 15:27:31 +02:00
parent 06310f1dd0
commit 1c4d47825b
No known key found for this signature in database
GPG Key ID: 7DE4F1FDCED0AB87

View File

@ -1,4 +1,4 @@
on: [push]
on: [push, pull_request]
name: Code Coverage