From 25576757bb836b23835d4c880cba5c49f5e11f2a Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 19 Feb 2025 17:40:03 -0700 Subject: [PATCH] ci: Updated codecov config to consider patches as well to hopefully fix PR issues [skip ci] --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codecov.yml b/codecov.yml index 48faad0..960aad7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,14 @@ coverage: range: "80..100" + status: + project: + default: + threshold: 0 + target: 80% + patch: + default: + threshold: 0 + target: 80% ignore: - "**/*_tests.rs"