From 433a3137820f491aa5b3ba081f938c6e3561eba0 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Tue, 15 Dec 2020 01:34:30 +0100
Subject: [PATCH] codecov: Recursively ignore test and lib folder
It seems that tests/* and lib/* don't actually exclude all the files in
codecov
---
.codecov.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.codecov.yml b/.codecov.yml
index cb44c86e..762b156a 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -11,8 +11,8 @@ coverage:
target: 0
ignore:
- - "tests/*"
- - "lib/*"
+ - "tests/**/*"
+ - "lib/**/*"
comment:
require_changes: true