Revision 56b9962103ce5a56f15752374cd14541bc3297e9 authored by Marten Seemann on 27 February 2023, 21:25:25 UTC, committed by Jorropo on 28 February 2023, 01:48:17 UTC
1 parent 1794649
Raw File
codecov.yml
codecov:
  ci:
    - "ci/circle-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
back to top