diff --git a/.codecov.yml b/.codecov.yml index 0ec55aa6462..f31d4dafc7d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -33,6 +33,7 @@ ignore: - '**/build/**' - '**/dist/**' - '**/node_modules/**' + - '**/cypress/**' - '**/{test,tests,__tests__,__mocks__,mocks}/**' - '**/*.{md,yaml,yml,json,rst}' - '**/Makefile'