summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: f7fc0bea267eaef18aed6a3561dae4683aec7710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
codecov:
  branch: master
  bot: null

coverage:
  precision: 2
  round: down
  range: "60...100"

  notify:
    irc:
      default:
        server: chat.freenode.net
        channel: '##python-code-quality'
        branches: master
        threshold: 2
        message: null

  status:
    project:
      default:
        target: auto
        threshold: null
        branches: null

    patch:
      default:
        target: auto
        branches: null

    changes:
      default:
        branches: null

  ignore: null
  fixes:
    - .tox

comment:
  layout: "header, diff, changes, sunburst, uncovered, tree"
  branches: null
  behavior: default