File: .coveragerc

package info (click to toggle)
python-rfc3986 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 500 kB
  • sloc: python: 2,899; makefile: 18
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[report]
exclude_lines =
    .* # Python \d.*
    .* # nocov: Python \d.*
    .* # pragma: no cover.*
fail_under = 100