aboutsummaryrefslogtreecommitdiff
blob: 68b60c0a51a573160f2a75bfffbd85d9ec8f0dd7 (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
	build/install/lib/python*/site-packages/pkgcore
	.tox/*/lib/python*/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__.: