From fe8e42a5323332bb472188e12d01c295539a9ab4 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Tue, 26 Sep 2023 20:21:31 -0700 Subject: [PATCH] update codecov Signed-off-by: Niels Bantilan --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index a69754d52e..cf9f589767 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,7 +4,7 @@ ignore: - "flytekit/__init__.py" - "flytekit/extend/__init__.py" - "flytekit/testing/__init__.py" - - "tests/*" + - "tests/**/*" - "setup.py" - "plugins/tests/**/*" - "plugins/**/setup.py"