codecov.yml 245 Bytes
Newer Older
songlinfeng's avatar
songlinfeng committed
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:
      defualt:
        only_pulls: true
        informational: true

comment:
  layout: 'diff'

github_checks: false