File: .coveragerc

package info (click to toggle)
python-asyncssh 2.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,464 kB
  • sloc: python: 40,306; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
branch = True
relative_files = True
source =
    asyncssh
    tests

[report]
exclude_lines =
    if TYPE_CHECKING:
    pragma: no cover
    raise NotImplementedError
partial_branches =
    pragma: no branch
    for .*