From 314a9dec6cb433f39dcf9c33674fe22b93ccdb11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Mon, 25 Apr 2022 12:08:58 +0200 Subject: [PATCH] ci: Run code coverage for pull requests --- .github/workflows/coverage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 70a8cada9..31721acb8 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,6 +3,8 @@ name: Code coverage on: push: branches: [main] + pull_request: + branches: [main] env: CARGO_TERM_COLOR: always