mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 21:36:26 +00:00
cov: ignore autogen file (#5033)
## Description ignore autogen file codecov Closes: #XXX
This commit is contained in:
@@ -22,3 +22,4 @@ ignore:
|
||||
- "DOCKER"
|
||||
- "scripts"
|
||||
- "**/*.pb.go"
|
||||
- "libs/pubsub/query/query.peg.go"
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user