fix codecov configuration

This commit is contained in:
James Woglom
2023-01-07 01:17:56 -05:00
parent 98ee986941
commit df4e9e4ed0
+5 -2
View File
@@ -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%
target: '95%'
threshold: '5%'