From 87fee28419fc25cf253dac76c589b8004be1eac8 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Mon, 26 Apr 2021 23:14:58 -0400 Subject: [PATCH] add .codecov.yml --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index acdc17c..fd2bb65 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,5 +7,5 @@ paths: "tconnectsync/" target: 75% tests: - paths: "test/" + paths: "tests/" target: 95% \ No newline at end of file