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