forked from extern/nushell
Make patch coverage check informational only (#8069)
See: https://docs.codecov.com/docs/common-recipe-list#set-non-blocking-status-checks
This commit is contained in:
parent
90a2352337
commit
4468dc835c
@ -4,6 +4,9 @@ coverage:
|
|||||||
default:
|
default:
|
||||||
target: 55%
|
target: 55%
|
||||||
threshold: 2%
|
threshold: 2%
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
layout: reach, diff, files
|
layout: reach, diff, files
|
||||||
|
Loading…
Reference in New Issue
Block a user