File: codecov.yml

package info (click to toggle)
python-pymzml 2.5.10%2Brepack1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 28,104 kB
  • sloc: python: 5,965; pascal: 341; makefile: 215; sh: 29
file content (27 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
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
codecov:
  notify:
    require_ci_to_pass: yes
coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project: yes
    patch: yes
    changes: no

parsers:
  gcov:
    branch_detection:
      conditional: True
      loop: True
      method: False
      changes: False
      macro: False

  comment:
    layout: "head, diff"
    behaviour: default
    require_change: no