forked from extern/nushell
Add a codecov.yml
configuration (#8059)
Goal: avoid failing based on small coverage fluctuations. See: https://docs.codecov.com/docs/codecovyml-reference
This commit is contained in:
parent
1cd70d7505
commit
0f5ea16605
14
codecov.yml
Normal file
14
codecov.yml
Normal file
@ -0,0 +1,14 @@
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: 55%
|
||||
threshold: 2%
|
||||
|
||||
comment:
|
||||
layout: reach, diff, files
|
||||
behavior: default
|
||||
require_base: yes
|
||||
require_head: yes
|
||||
after_n_builds: 2
|
||||
|
Loading…
Reference in New Issue
Block a user