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

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