build: Add test coverage info (#7502)

pull/7550/head
Simon Frei 2 years ago committed by GitHub
parent f30f9c50f8
commit 9e857ed2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .codecov.yml

@ -1,5 +1,20 @@
comment: false
coverage:
range: "40...100"
precision: 1
status:
patch:
default:
informational: true
project:
default:
informational: true
github_checks:
annotations: false
ignore:
- "**.pb.go"
- "**_mocked.go"
- "**/mocks/*"

Loading…
Cancel
Save