diff --git a/codecov.yml b/codecov.yml index 4f8958925e..45df0a7f87 100644 --- a/codecov.yml +++ b/codecov.yml @@ -53,8 +53,6 @@ ignore: - "x/**/migrator.go" - "x/**/module_simulation.go" - "x/**/simulation/**/*" - - "zetaclient/testdata/**/*" - - "zetaclient/testutils/**/*" - "**/*.proto" - "**/*.md" - "**/*.yml" @@ -63,15 +61,18 @@ ignore: - "**/*.pb.gw.go" - "**/*_legacy.go" - "**/*.json" - - ".github/**/*" - - "app/**/*" - - "cmd/**/*" - - "contrib/**/*" - - "docs/**/*" - - "proto/**/*" - - "scripts/**/*" - - "server/**/*" - - "testutil/**/*" - - "testutils/**/*" - - "errors/**/*" + - "zetaclient/testdata/**/*" + - "zetaclient/testutils/**/*" + - ".github" + - "app" + - "cmd" + - "contrib" + - "docs" + - "e2e" + - "proto" + - "rpc" + - "scripts" + - "server" + - "testutil" + - "tool" - "typescript/**/*" \ No newline at end of file