File: .coveragerc

package info (click to toggle)
python-importlib-metadata 8.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: python: 1,981; sh: 7; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[run]
omit =
	# leading `*/` for pytest-dev/pytest-cov#456
	*/.tox/*
	*/pep517-build-env-*
	tests/*
	prepare/*
	*/_itertools.py
	exercises.py
	*/pip-run-*
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: