mirror of
https://github.com/nushell/nushell
synced 2024-12-26 04:53:09 +00:00
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
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ coverage:
|
|||
default:
|
||||
target: 55%
|
||||
threshold: 2%
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
|
||||
comment:
|
||||
layout: reach, diff, files
|
||||
|
|
Loading…
Reference in a new issue