Browse Source
cov: ignore autogen file (#5033)
## Description
ignore autogen file codecov
Closes: #XXX
pull/5039/head
Marko
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
codecov.yml
-
proto/blockchain/msgs.proto
|
@ -22,3 +22,4 @@ ignore: |
|
|
- "DOCKER" |
|
|
- "DOCKER" |
|
|
- "scripts" |
|
|
- "scripts" |
|
|
- "**/*.pb.go" |
|
|
- "**/*.pb.go" |
|
|
|
|
|
- "libs/pubsub/query/query.peg.go" |
|
@ -26,7 +26,7 @@ message StatusRequest { |
|
|
int64 base = 2; |
|
|
int64 base = 2; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// StatusResponse is a peer response to infrom their status |
|
|
|
|
|
|
|
|
// StatusResponse is a peer response to inform their status |
|
|
message StatusResponse { |
|
|
message StatusResponse { |
|
|
int64 height = 1; |
|
|
int64 height = 1; |
|
|
int64 base = 2; |
|
|
int64 base = 2; |
|
|