coverage:
status:
project:
default:
target: auto # auto compares coverage to the previous base commit
threshold: 1%
patch:
target: 50%
ignore:
# Files generated by Google Protobuf do not require coverage
- '**/*.pb.go'