From 3c7c0af3bac0e2ff41f955464f4214977df6e93f Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 12 Feb 2020 19:19:35 +0100 Subject: [PATCH] updated codecov settings --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 4bed824..374fae5 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,3 @@ ignore: - - "tests/*" # ignore test folder and all its contents + - "tests/*" # ignore test folder and all its contents + - "__init__.py" # ignore init files