build: Add test coverage info (#7502)

This commit is contained in:
Simon Frei 2021-04-05 10:25:39 +02:00 committed by GitHub
parent f30f9c50f8
commit 9e857ed2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -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/*"