python-tuskarclient/.coveragerc
Petr Blaho 245ee2b7db Adds .coveragerc and modify tox.ini for coverage
Adds some default settings to coverage tool via .coveragerc config file
Adds erase and report commands to cover env in tox.ini
2013-07-09 13:49:00 +02:00

8 lines
101 B
INI

[run]
branch = True
source = tuskarclient
omit = tuskarclient/tests/*
[report]
ignore-errors = True