Skip to content

Commit

Permalink
Add missing test files
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 14, 2024
1 parent 4547abb commit a3bcd8e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
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
1 change: 1 addition & 0 deletions zetaclient/outtxprocessor/out_tx_processor_manager_test.go
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

0 comments on commit a3bcd8e

Please sign in to comment.