From 06ee9634ea8215fb08fcc23f91b928cfc98b62c8 Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Tue, 7 Nov 2023 02:08:15 +0100 Subject: [PATCH] re-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%