From 6be9ff2a8466266b795574dccd6b2a2d3f9950d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Malinowski?= <56644812+stan-dot@users.noreply.github.com> Date: Wed, 22 May 2024 12:04:46 +0100 Subject: [PATCH] coverage upgrade to 85% fixes #362 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index e20c58728..fafe8f399 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,7 +2,7 @@ coverage: status: project: default: - target: 70% # the required coverage value + target: 85% # the required coverage value threshold: 1% # the leniency in hitting the target ignore: - "src/blueapi/startup"