summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 7b967e8bd585ce5632044b3583a6655943b94f4d (plain)
1
2
3
4
5
6
7
8
[run]
branch = True
omit = tests/*

[report]
exclude_lines =
	if __name__ == .__main__.: