Skip to content

Commit

Permalink
Try out codecov issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Apr 4, 2024
1 parent 7bd512f commit 013695b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flags:
- "common/"

ignore:
- "x/**/client/**/*"
- "x/**/client/"
- "x/**/keeper/keeper.go"
- "x/**/keeper/msg_server.go"
- "x/**/keeper/grpc_query_params.go"
Expand All @@ -52,24 +52,24 @@ ignore:
- "x/**/events.go"
- "x/**/migrator.go"
- "x/**/module_simulation.go"
- "x/**/simulation/**/*"
- "x/**/simulation/"
- "**/*.proto"
- "**/*.md"
- "**/*.yml"
- "**/*.yaml"
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "**/*.json"
- ".github/**/*"
- "app/**/*"
- "cmd/**/*"
- "contrib/**/*"
- "docs/**/*"
- "rpc/**/*"
- "proto/**/*"
- "scripts/**/*"
- "server/**/*"
- "testutil/**/*"
- "testutils/**/*"
- "errors/**/*"
- "typescript/**/*"
- ".github/"
- "app/"
- "cmd/"
- "contrib/"
- "docs/"
- "rpc/"
- "proto/"
- "scripts/"
- "server/"
- "testutil/"
- "testutils/"
- "errors/"
- "typescript/"

0 comments on commit 013695b

Please sign in to comment.