From df4e9e4ed08e65ac0a6fdd6a00a61492c7d73449 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Sat, 7 Jan 2023 01:17:56 -0500 Subject: [PATCH] fix codecov configuration --- .codecov.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index fd2bb65..1773042 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,4 @@ +coverage: status: patch: no changes: no @@ -5,7 +6,9 @@ default: false tconnectsync: paths: "tconnectsync/" - target: 75% + target: '75%' + threshold: '5%' tests: paths: "tests/" - target: 95% \ No newline at end of file + target: '95%' + threshold: '5%' \ No newline at end of file