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

View File

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