File: codecov.yml

package info (click to toggle)
python-opem 1.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,076 kB
  • sloc: python: 7,777; sh: 27; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (4)
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%