From: Daniela Brozzoni Date: Fri, 9 Sep 2022 13:27:31 +0000 (+0200) Subject: Run code coverage on every PR X-Git-Tag: v0.23.0-rc.1~14^2~2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.CommandStringError.html?a=commitdiff_plain;h=1c4d47825b0ebc6027f04b8672ccabe83cbd8cee;p=bdk 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. --- diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 5e650459..9f5cfd0f 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -1,4 +1,4 @@ -on: [push] +on: [push, pull_request] name: Code Coverage