File: .coveragerc

package info (click to toggle)
python-bimmer-connected 0.16.3-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,304 kB
  • sloc: python: 4,469; makefile: 15
file content (15 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
relative_files = True
omit = 
    bimmer_connected/cli.py
    bimmer_connected/coord_convert.py
    bimmer_connected/tests/*

[report]
exclude_lines =
    # Re-enable default pragma
    pragma: no cover

    # Type checking code not executed during pytest runs
    if TYPE_CHECKING:
    @overload