Raw File
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