Browse Source

cov: ignore autogen file (#5033)

## Description

ignore autogen file codecov 


Closes: #XXX
pull/5039/head
Marko 4 years ago
committed by GitHub
parent
commit
dc87c09d93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      codecov.yml
  2. +1
    -1
      proto/blockchain/msgs.proto

+ 1
- 0
codecov.yml View File

@ -22,3 +22,4 @@ ignore:
- "DOCKER"
- "scripts"
- "**/*.pb.go"
- "libs/pubsub/query/query.peg.go"

+ 1
- 1
proto/blockchain/msgs.proto View File

@ -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;


Loading…
Cancel
Save