mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 06:57:40 +08:00
24 lines
322 B
YAML
24 lines
322 B
YAML
codecov:
|
|
ci:
|
|
- "!travis-ci.org"
|
|
- "!ci.ipfs.team:8111"
|
|
- "!ci.ipfs.team"
|
|
- "github.com"
|
|
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
|