Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
canercandan authored Mar 24, 2022
1 parent b7b0419 commit 45a0110
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ coverage:
flags:
paths:
- "x/"
- "!x/**/client/" # ignore client package
- "!**/*.pb.go"
- "!**/*.pb.gw.go"
changes: false

comment:
Expand All @@ -39,6 +36,7 @@ ignore:
- "**/test_helpers.go"
- "**/module.go"
- "**/genesis.go"
- "x/**/client/"
- "x/**/*.pb.go"
- "**/*.pb.go"
- "**/*.pb.gw.go"
Expand Down

0 comments on commit 45a0110

Please sign in to comment.