File: .coveragerc

package info (click to toggle)
python-klein 24.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: python: 6,371; makefile: 130
file content (18 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[run]
branch = True
parallel = True
source = klein
omit = src/klein/test/typing_*.py

[paths]
source=
   src/klein
   .tox/*/lib/python*/site-packages/klein
   .tox/*/Lib/site-packages/klein
   .tox/pypy*/site-packages/klein

[report]
exclude_lines =
    pragma: no cover
    if TYPE_CHECKING:
    \s*\.\.\.$