Added code coverage section to tox
Defined cover in tox.ini and added .coveragerc configuration consistent with other projects http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html Change-Id: I426f1081425ca9f8ea4297c665632954cc74bb8d
This commit is contained in:
parent
94630d8720
commit
c3b7251de4
8
.coveragerc
Normal file
8
.coveragerc
Normal file
@ -0,0 +1,8 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = automaton
|
||||
omit = automaton/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
precision = 2
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,6 +37,7 @@ htmlcov/
|
||||
.testrepository/
|
||||
.tox/
|
||||
.coverage
|
||||
cover
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
|
Loading…
Reference in New Issue
Block a user