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>
This commit is contained in:
@@ -7,6 +7,7 @@ coverage:
|
|||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
target: 50%
|
target: 50%
|
||||||
|
informational: true
|
||||||
ignore:
|
ignore:
|
||||||
# Files generated by Google Protobuf do not require coverage
|
# Files generated by Google Protobuf do not require coverage
|
||||||
- '**/*.pb.go'
|
- '**/*.pb.go'
|
||||||
|
|||||||
Reference in New Issue
Block a user