Refactoring: cap complexity at 15 and coverage at 90
Change-Id: I6e4de72ee6a3ecc825fe959b289d7e7e83e01bb9
This commit is contained in:
parent
b8e1d97e81
commit
c8d73c0839
4
tox.ini
4
tox.ini
@ -9,7 +9,7 @@ deps =
|
||||
coverage
|
||||
commands =
|
||||
coverage run --branch --include "ironic_discoverd*" ironic_discoverd/test.py
|
||||
coverage report -m --fail-under 80
|
||||
coverage report -m --fail-under 90
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python2.7
|
||||
@ -23,7 +23,7 @@ commands =
|
||||
rst2html.py --strict CONTRIBUTING.rst /dev/null
|
||||
|
||||
[flake8]
|
||||
max-complexity=20
|
||||
max-complexity=15
|
||||
|
||||
[hacking]
|
||||
import_exceptions = ironicclient.exceptions
|
||||
|
Loading…
Reference in New Issue
Block a user