Files
act_gitea/codecov.yml
Jakub Panek 8d2fa04db5 ci: make codecov informational only (#2924)
Disables requirement to fix coverage for lines that remain missing

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2025-05-23 08:26:29 +00:00

14 lines
302 B
YAML

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