File: codecov.yml

package info (click to toggle)
python-pycm 4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,952 kB
  • sloc: python: 5,029; sh: 8; makefile: 6
file content (14 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
codecov:
  require_ci_to_pass: yes

coverage:
  precision: 2
  round: up
  range: "70...100"
  status:
    patch:
      default:
        enabled: no
    project:
      default:
        threshold: 1%