From c6d49d0d7e6d182d1af9a456e4a7e2a98075374f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Wed, 8 Jan 2025 11:29:02 +0100 Subject: [PATCH] Update codecov settings (#533) --- codecov.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 4181db8d3..207f836d0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,9 +4,10 @@ ignore: comment: no # do not comment PR with the result coverage: - project: + precision: 0 + status: + patch: false # do not run coverage on patch nor changes + project: default: target: auto threshold: 5% - status: - patch: false # do not run coverage on patch nor changes