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/*'