Skip to content

Commit

Permalink
ci: ignore pb files when running codecov (#177)
Browse files Browse the repository at this point in the history
* ci: ignore pb.go files when running codecov

* ci: ignore pb.gw.go files when running codecov
  • Loading branch information
wetcod authored May 11, 2021
1 parent 04730c0 commit 9717c49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ ignore:
- "*.sh"
- "*.png"
- "*_test.go"
- "*.pb.go"
- "*.pb.gw.go"
- "scripts/"
- "x/**/test_common.go"
- "*_cmd.go"
Expand Down

0 comments on commit 9717c49

Please sign in to comment.