summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 6f8f341733abe4c98dbb16dd2e2d9cca38fe6e85 (plain)
1
2
3
4
5
6
7
[run]
branch = True
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,test/*

[report]
show_missing = True
ignore_errors = True