From 2eda2b1fed3fd5beb4cc9bb0a400c1de2a739e9c Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 25 Aug 2022 17:38:00 +0800 Subject: [PATCH] ci: setup codecov also run on PR --- .github/workflows/coverage.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6a031ea..2505f78 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,7 +3,10 @@ name: Coverage on: push: branches: - - master + - master + pull_request: + branches: + - master jobs: coverage: