Skip to content

Commit

Permalink
Merge branch 'develop' into refactor-remove-params-from-config
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito authored Feb 27, 2024
2 parents e58b904 + 3ba44a1 commit 5f48d63
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 @@ -15,6 +15,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 5f48d63

Please sign in to comment.