File: .coveragerc

package info (click to toggle)
python-distro 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 852 kB
  • sloc: python: 2,563; sh: 160; makefile: 66
file content (16 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
branch = True
source =
    distro.py

[paths]
source =
   distro.py
   .tox/*/lib/python*/site-packages/distro.py
   .tox/pypy/site-packages/distro.py

[report]
exclude_lines =
    if __name__ == .__main__.:
    raise ImportError
    raise subprocess.CalledProcessError