mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-28 17:03:58 +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:
|
notify:
|
||||||
require_ci_to_pass: no
|
require_ci_to_pass: no
|
||||||
after_n_builds: 2
|
after_n_builds: 2
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
range: "50...100"
|
range: "50...100"
|
||||||
|
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
threshold: 0.2%
|
||||||
|
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
threshold: 2%
|
||||||
|
|
||||||
comment: off
|
comment: off
|
||||||
|
Reference in New Issue
Block a user