automaton/.coveragerc
Ronald Bradford c3b7251de4 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
2015-10-05 17:10:31 -04:00

9 lines
109 B
INI

[run]
branch = True
source = automaton
omit = automaton/tests/*
[report]
ignore_errors = True
precision = 2