File: .coveragerc

package info (click to toggle)
python-limits 4.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,064 kB
  • sloc: python: 7,833; makefile: 162; sh: 59
file content (16 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
omit =
    /**/limits/_version*
    /**/tests/*
    setup.py
    versioneer.py
[report]
exclude_lines =
    pragma: no cover
    noqa
    raise NotImplementedError
    @overload
    @abstractmethod
    if TYPE_CHECKING
    if typing.TYPE_CHECKING
    class .*\bProtocol\):