Skip to content

Commit f2fde15

Browse files
authored
test: add empty test files so packages are included in coverage (#1899)
1 parent a824f4e commit f2fde15

File tree

9 files changed

+10
-0
lines changed

9 files changed

+10
-0
lines changed

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* [1872](https://github.com/zeta-chain/node/pull/1872) - remove usage of RPC in unit test
4040
* [1805](https://github.com/zeta-chain/node/pull/1805) - add admin and performance test and fix upgrade test
4141
* [1879](https://github.com/zeta-chain/node/pull/1879) - full coverage for messages in types packages
42+
* [1899](https://github.com/zeta-chain/node/pull/1899) - add empty test files so packages are included in coverage
4243

4344
### Fixes
4445

codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ ignore:
6868
- "scripts/"
6969
- "server/"
7070
- "testutil/"
71+
- "testutils/"
72+
- "errors/"
7173
- "typescript/"

common/bitcoin/proof_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package bitcoin_test

common/cosmos/cosmos_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package cosmos_test
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package appcontext_test

zetaclient/authz/authz_signer_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package authz_test

zetaclient/config/types_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package config_test
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package outtxprocessor_test

zetaclient/types/ethish_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package types_test

0 commit comments

Comments
 (0)