https://github.com/ipfs/go-ipfs
Raw File
Tip revision: 36789eaa88a7277c06a22b7955f128409c705746 authored by Steven Allen on 28 April 2020, 16:08:27 UTC
Merge pull request #7238 from ipfs/feat/release-0.5.0
Tip revision: 36789ea
codecov.yml
codecov:
  ci:
    - "ci/circle-ci"
    - "!travis-ci.org"
    - "!ci.ipfs.team:8111"
    - "!ci.ipfs.team"
  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
back to top