aboutsummaryrefslogtreecommitdiff
blob: eec41b769ef9fb44cffd885a8900e097a5f6bf60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[run]
source = pkgcore
branch = True
omit = src/*, tests/*

[paths]
source = **/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__.: