diff --git a/.codecov.yml b/.codecov.yml index 6b3870a332..5bee9146ab 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,5 +11,5 @@ coverage: default: threshold: 1% ignore: - - "test/**/*" - - "contracts/mocks/**/*" + - "test" + - "contracts/mocks"