From 541a0729634d23108c5c4945eb81469f3a5911e0 Mon Sep 17 00:00:00 2001 From: Cameron Garnham Date: Thu, 4 Jan 2024 02:12:34 +1100 Subject: [PATCH] ci: add threshold to patch changes --- codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yaml b/codecov.yaml index f0878195b..aaa25bf74 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -4,3 +4,7 @@ coverage: default: target: auto threshold: 0.5% + patch: + default: + target: auto + threshold: 0.5%