diff --git a/codecov.yml b/codecov.yml index 4b3d527fa..2ecd34ba9 100644 --- a/codecov.yml +++ b/codecov.yml @@ -22,3 +22,4 @@ ignore: - "DOCKER" - "scripts" - "**/*.pb.go" + - "libs/pubsub/query/query.peg.go" diff --git a/proto/blockchain/msgs.proto b/proto/blockchain/msgs.proto index a25811160..6b83ec2d1 100644 --- a/proto/blockchain/msgs.proto +++ b/proto/blockchain/msgs.proto @@ -26,7 +26,7 @@ message StatusRequest { int64 base = 2; } -// StatusResponse is a peer response to infrom their status +// StatusResponse is a peer response to inform their status message StatusResponse { int64 height = 1; int64 base = 2;