245ee2b7db
Adds some default settings to coverage tool via .coveragerc config file Adds erase and report commands to cover env in tox.ini
8 lines
101 B
INI
8 lines
101 B
INI
[run]
|
|
branch = True
|
|
source = tuskarclient
|
|
omit = tuskarclient/tests/*
|
|
|
|
[report]
|
|
ignore-errors = True
|