mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 00:39:31 +08:00
Merge pull request #4867 from ipfs/misc/codecov-threshold
misc: allow for some coverage fall on commit
This commit is contained in:
11
codecov.yml
11
codecov.yml
@ -7,6 +7,17 @@ codecov:
|
||||
notify:
|
||||
require_ci_to_pass: no
|
||||
after_n_builds: 2
|
||||
|
||||
coverage:
|
||||
range: "50...100"
|
||||
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
threshold: 0.2%
|
||||
|
||||
patch:
|
||||
default:
|
||||
threshold: 2%
|
||||
|
||||
comment: off
|
||||
|
Reference in New Issue
Block a user