From bc003649109bbe3fac12af55869b93b3a2e03242 Mon Sep 17 00:00:00 2001 From: Isaac Holt Date: Fri, 23 Feb 2024 13:50:00 +0000 Subject: [PATCH] update codecov.yml --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 8249085..dce6387 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - threshold: 1% # needed because due to property based testing, coverage isn't exactly the same each time + threshold: 2% # needed because due to property based testing, coverage isn't exactly the same each time patch: default: - threshold: 1% # needed because due to property based testing, coverage isn't exactly the same each time \ No newline at end of file + threshold: 2% # needed because due to property based testing, coverage isn't exactly the same each time \ No newline at end of file