1
0
mirror of https://github.com/moby/buildkit.git synced 2025-04-18 18:04:03 +03:00
buildkit/codecov.yml
Tonis Tiigi c35fa16fea
codecov: exclude generated files
Gogo generated boilerplate skews result. This
could probably be removed after Gogo is gone.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2024-05-18 08:39:52 -07:00

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"