From b3ae87aaae5f57b266a70214628fc806b02057bd Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Thu, 31 Mar 2022 02:47:35 -0600 Subject: [PATCH] Add new tests folder to codecov.yml ignore --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 3d35e1838..f72701275 100644 --- a/codecov.yml +++ b/codecov.yml @@ -23,6 +23,6 @@ ignore: - "setup.py" - "./ogcore/_version.py" - "./cs-config/**/*" # ignore folders and all its contents + - "./tests/" # ignore folders and all its contents - "./ogcore/tests/" # ignore folders and all its contents - "./regression/**/*" # ignore folders and all its contents -