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

[paths]
source = **/site-packages/snakeoil

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

	# ignore defensive assertions
	raise AssertionError
	raise NotImplementedError