summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 02879483d75ae9c6446e89efef6705158f817ae5 (plain)
1
2
3
4
5
6
7
8
9
[run]
omit =
	# leading `*/` for pytest-dev/pytest-cov#456
	*/.tox/*
disable_warnings =
	couldnt-parse

[report]
show_missing = True