mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 15:27:57 +08:00
Merge pull request #4867 from ipfs/misc/codecov-threshold
misc: allow for some coverage fall on commit
This commit is contained in:
commit
a88ab2e1bf
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user