summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: e28a818e8ae8ad939e2517a42512965e8737737b (plain)
1
2
3
4
5
6
7
8
9
# Allow coverage to decrease by 0.05%.
coverage:
  status:
    project:
      default:
        threshold: 0.05%

# Don't post a comment on pull requests.
comment: off