Skip to content

Commit

Permalink
chore(codecov.yml): fix ignore extension (#1814)
Browse files Browse the repository at this point in the history
* chore(codecov.yml): fix ignore extension

* changelog
  • Loading branch information
lumtis committed Mar 1, 2024
1 parent 8d3a78c commit 60077bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

* [1767](https://github.com/zeta-chain/node/pull/1767) - add unit tests for emissions module begin blocker

### Chores

* [1814](https://github.com/zeta-chain/node/pull/1814) - fix code coverage ignore for protobuf generated files

## Version: v13.0.0

* `zetaclientd start` : 2 inputs required from stdin
Expand Down
14 changes: 7 additions & 7 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ ignore:
- "x/**/module.go"
- "x/**/module_simulation.go"
- "x/**/simulation/"
- "*.proto"
- "*.md"
- "*.yml"
- "*.yaml"
- "*.pb.go"
- "*.pb.gw.go"
- "*.json"
- "**/*.proto"
- "**/*.md"
- "**/*.yml"
- "**/*.yaml"
- "**/*.pb.go"
- "**/*.pb.gw.go"
- "**/*.json"
- ".github/"
- "app/"
- "cmd/"
Expand Down

0 comments on commit 60077bc

Please sign in to comment.