From 0fd2012cc91d14bba05761529797c67d9bf2b8e0 Mon Sep 17 00:00:00 2001 From: Leonardo Montini Date: Fri, 29 Nov 2024 13:41:29 +0100 Subject: [PATCH] ci: set codecov target to auto --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index c12fe6e61..7e6c6e200 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,5 +2,5 @@ coverage: status: project: default: - target: 90% + target: auto threshold: 1%