mirror of
https://github.com/moby/buildkit.git
synced 2025-04-18 18:04:03 +03:00
Gogo generated boilerplate skews result. This could probably be removed after Gogo is gone. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
16 lines
304 B
YAML
16 lines
304 B
YAML
comment: false
|
|
|
|
coverage:
|
|
status:
|
|
project: # settings affecting project coverage
|
|
default:
|
|
target: auto # auto % coverage target
|
|
threshold: 1% # allow for 1% reduction of coverage without failing
|
|
patch: off
|
|
|
|
github_checks:
|
|
annotations: false
|
|
|
|
ignore:
|
|
- "**/*.pb.go"
|