Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Jul 29, 2024
1 parent d9f090d commit 0014520
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ ignore:
- "x/**/migrator.go"
- "x/**/module_simulation.go"
- "x/**/simulation/**/*"
- "zetaclient/testdata/**/*"
- "zetaclient/testutils/**/*"
- "**/*.proto"
- "**/*.md"
- "**/*.yml"
Expand All @@ -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/**/*"

0 comments on commit 0014520

Please sign in to comment.