From 93cfd42440bb05ef4e1e034389285b9fc448c0bc Mon Sep 17 00:00:00 2001 From: Hubert Deng Date: Thu, 17 Oct 2024 17:30:33 -0700 Subject: [PATCH] only run codecov on pull requests --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/codecov.yml b/codecov.yml index 5b506b1..c60c085 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,11 @@ +coverage: + status: + project: + default: + only_pulls: true + patch: + default: + only_pulls: true ignore: - testing/ - tests/