From 9f67acee19f32a140cd6c4c46997e30eb6bcd2d0 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 2 Aug 2024 16:35:52 +0100 Subject: [PATCH] test: avoid false positive project coverage failures due to rounding errors (#1488) --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index ad3d6bb2a..f04e8f759 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,3 +7,7 @@ comment: false coverage: status: patch: true # we want github annotations + project: + default: + # avoid noise from rounding errors, often caused by code reformatting + threshold: "0.05"