1
0
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:
Whyrusleeping
2018-03-23 09:46:39 -07:00
committed by GitHub

View File

@ -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