Closed rootulp closed 8 months ago
Attention: Patch coverage is 66.66667%
with 3 lines
in your changes are missing coverage. Please review.
Project coverage is 64.31%. Comparing base (
2a2347c
) to head (de7494d
).
Run unit tests via:
go test ./... -tags "cgo,ledger,test_ledger_mock,norace" -run "TestSignWithLedger"
Add this to your VSCode workspace settings to get rid of gopls errors:
"go.buildTags": "cgo,ledger,test_ledger_mock,norace",
Motivated by this Slack thread. This PR is similar to https://github.com/cosmos/cosmos-sdk/pull/19691