File: .coveragerc

package info (click to toggle)
aiohttp-socks 0.9.0-1~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 168 kB
  • sloc: python: 1,043; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
omit =
#    */_proxy_chain_*.py
    aiohttp_socks/core_socks/_basic_auth.py
    aiohttp_socks/_deprecated.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    pragma: no cover
    def __repr__
    if self.debug:
    raise NotImplementedError
    raise ValueError