From dc87c09d930e61add671bbac6cdb6116189c2191 Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 19 Jun 2020 14:53:29 +0200 Subject: [PATCH] cov: ignore autogen file (#5033) ## Description ignore autogen file codecov Closes: #XXX --- codecov.yml | 1 + proto/blockchain/msgs.proto | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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;