Revision 116999a194f75e70cd13e378c50f96065f650845 authored by Steven Allen on 25 April 2020, 08:29:07 UTC, committed by GitHub on 25 April 2020, 08:29:07 UTC
2 parent s adbbcf6 + d070ed7
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