File: .coveragerc

package info (click to toggle)
jaraco.classes 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 187; sh: 7; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
omit =
	# leading `*/` for pytest-dev/pytest-cov#456
	*/.tox/*
disable_warnings =
	couldnt-parse

[report]
show_missing = True
exclude_also =
	# jaraco/skeleton#97
	@overload
	if TYPE_CHECKING: