Ensure Code Coverage only includes designate
Change-Id: I73de4f2b2783f6276fb45364e3579f71e310d965
This commit is contained in:
parent
e2419eae65
commit
6b161e41a1
2
tox.ini
2
tox.ini
@ -20,6 +20,8 @@ commands = nosetests {posargs}
|
|||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
setenv = {[testenv]setenv}
|
setenv = {[testenv]setenv}
|
||||||
NOSE_WITH_COVERAGE=1
|
NOSE_WITH_COVERAGE=1
|
||||||
|
NOSE_COVER_PACKAGE=designate
|
||||||
|
NOSE_COVER_INCLUSIVE=1
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
Loading…
Reference in New Issue
Block a user