aboutsummaryrefslogtreecommitdiff
path: root/textwrap/.codecov.yml
blob: a9b0bd2201f1b1557f0882be025f18fdba155bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
codecov:
  # Do not wait for these CI providers since they will not upload any
  # coverage reports.
  ci:
    - !appveyor
    - !travis

coverage:
  status:
    project:
      default:
        # Allow a 5% drop in overall project coverage on a PR.
        threshold: 5%