From 025795aeda40ebdc0a543225d2a413d8bfd5d368 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 18 Sep 2020 14:45:31 +0200 Subject: [PATCH] chore(codecov): trying again? --- .codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index c8ff7962ec..476807cd7e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,4 +8,5 @@ coverage: target: auto ignore: - - '**/plugins/*-graphql' + - './src/plugins/*-graphql/**/*' + - './src/plugins/graphql/*'