File: .coveragerc

package info (click to toggle)
python-rq 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,428 kB
  • sloc: python: 12,349; makefile: 22; sh: 19
file content (13 lines) | stat: -rw-r--r-- 193 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
source = rq
omit =
    rq/contrib/legacy.py
    rq/local.py
    rq/tests/*
    tests/*

[report]
exclude_lines =
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    pragma: no cover