From 21943ad30bb837813f8e3ee7cdae774a5c4d9b15 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Tue, 7 Nov 2023 01:52:28 +0100 Subject: [PATCH] add codecov threshold --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 9ec7ff82..46bc39d1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,3 +3,4 @@ coverage: project: default: target: 90% + threshold: 10%