aboutsummaryrefslogtreecommitdiff
blob: b2b5d1d49da47f5acf8484828a9e522ee8a8df1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[run]
source = pkgcore
branch = True
omit =
	tests/*
	*/_const.py
	*/_verinfo.py

[paths]
source =
	src/pkgcore
	.tox/*/lib/python*/site-packages/pkgcore
	.tox/pypy*/site-packages/pkgcore

[report]
show_missing = True
skip_covered = True
exclude_lines =
	# re-enable the standard pragma
	pragma: no cover

	# ignore defensive assertions
	raise AssertionError
	raise NotImplementedError

	# ignore unexecutable code
	if __name__ == .__main__.: