From d14116bd2fbebf5cc8a93dc3e1e2261b4ca12dac Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Wed, 9 Dec 2020 14:31:04 -0800 Subject: [PATCH] coverage min --- .codecov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yaml b/.codecov.yaml index 92d594e..41295cc 100644 --- a/.codecov.yaml +++ b/.codecov.yaml @@ -8,7 +8,7 @@ coverage: threshold: 2% # don't allow coverage to drop on client service: paths: "service" - threshold: 2% # allow coverage to drop on service by 3% (wip) + threshold: 2% # allow coverage to drop on service by 2% (wip) ignore: - "dapr/proto/**" - "example/**"