aboutsummaryrefslogtreecommitdiff
blob: f06aace68073cf5800eada5024060fd4da2d2333 (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 = pkgcheck
branch = True
omit =
	tests/*
	*/_const.py
	*/_verinfo.py

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

[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__.: