File: codecov.yml

package info (click to toggle)
mdit-py-plugins 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 672 kB
  • sloc: python: 3,595; sh: 8; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
coverage:
  status:
    project:
      default:
        target: 92%
        threshold: 0.2%
    patch:
      default:
        target: 80%
        threshold: 0.2%