File: .coveragerc

package info (click to toggle)
python-aiopyarr 23.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,300 kB
  • sloc: python: 25,335; makefile: 22; javascript: 11
file content (16 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
source = aiopyarr

omit =
    # omit setup
    setup.py

    # omit tests
    tests/*

    # omit example
    example.py

[report]
exclude_lines =
    if TYPE_CHECKING: