aboutsummaryrefslogtreecommitdiff
path: root/codecov.yml
blob: 4b99d111616ac0f6b500aadfe15559c114827fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
coverage:
  range: "60...95"
  status:
    project:
      default:
        threshold: 1%
        informational: true
    patch:
      default:
        only_pulls: true
        informational: true

comment:
  layout: 'diff'

github_checks: false