Adding generating coverage

code coverage can be genarated with tox
using command tox -ecover

Change-Id: I5dcca1fe6ee57091cce62155757356f538b26061
This commit is contained in:
Tomasz Trębski 2015-11-17 15:07:11 +01:00
parent f07a38e388
commit 321279ca30
1 changed files with 1 additions and 1 deletions

View File

@ -15,10 +15,10 @@ commands = flake8 monasca_log_api
setenv =
NOSE_WITH_COVERAGE=1
NOSE_COVER_PACKAGE=monasca_log_api
NOSE_COVER_HTML=1
[flake8]
exclude = .git,.tox,dist,docs,*.egg,build
show-source = True
[hacking]