From 093b42ff9434de48764aff518e9347e38f9b485e Mon Sep 17 00:00:00 2001 From: James Woglom Date: Thu, 12 Dec 2024 00:29:11 -0500 Subject: [PATCH] fix codecov --- .codecov.yml | 4 ++-- codecov.yml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 codecov.yml diff --git a/.codecov.yml b/.codecov.yml index 47d2c28..a3f205d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,9 +5,9 @@ coverage: project: default: false tconnectsync: - paths: + paths: - "tconnectsync/" - target: '75%' + target: '60%' threshold: '5%' tests: paths: diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 8d74939..0000000 --- a/codecov.yml +++ /dev/null @@ -1,6 +0,0 @@ -coverage: - status: - project: - default: - target: 50% - threshold: null