File: .coveragerc

package info (click to toggle)
python-zipp 3.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: python: 932; makefile: 3
file content (16 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
omit =
	# leading `*/` for pytest-dev/pytest-cov#456
	*/.tox/*
	zipp/compat/py313.py
disable_warnings =
	couldnt-parse

[report]
show_missing = True
exclude_also =
	# Exclude common false positives per
	# https://coverage.readthedocs.io/en/latest/excluding.html#advanced-exclusion
	# Ref jaraco/skeleton#97 and jaraco/skeleton#135
	class .*\bProtocol\):
	if TYPE_CHECKING: