diff --git a/codecov.yml b/codecov.yml index b515dda..8c775c1 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,4 @@ ignore: - - "test/**/*" - - "mocks/**/*" + - "test" + - "mocks" - "cli/cage"