Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add empty test files so packages are included in coverage #1899

Merged
merged 4 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
* [1872](https://github.com/zeta-chain/node/pull/1872) - remove usage of RPC in unit test
* [1805](https://github.com/zeta-chain/node/pull/1805) - add admin and performance test and fix upgrade test
* [1879](https://github.com/zeta-chain/node/pull/1879) - full coverage for messages in types packages
* [1899](https://github.com/zeta-chain/node/pull/1899) - add empty test files so packages are included in coverage

### Fixes

Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@ ignore:
- "scripts/"
- "server/"
- "testutil/"
- "testutils/"
- "errors/"
- "typescript/"
1 change: 1 addition & 0 deletions common/bitcoin/proof_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package bitcoin_test
1 change: 1 addition & 0 deletions common/cosmos/cosmos_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package cosmos_test
1 change: 1 addition & 0 deletions zetaclient/app_context/app_context_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package appcontext_test
1 change: 1 addition & 0 deletions zetaclient/authz/authz_signer_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package authz_test
1 change: 1 addition & 0 deletions zetaclient/config/types_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package config_test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package outtxprocessor_test
1 change: 1 addition & 0 deletions zetaclient/types/ethish_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package types_test
Loading