63f89bc916
- add .coveragerc to configure coverage calculations and omissions; - add python 2.x specific test requirements to coverage tox env; - update .gitignore. Change-Id: Idc35e4f18ec297506576f09e468ab34e8704c0b1
9 lines
132 B
INI
9 lines
132 B
INI
[run]
|
|
branch = True
|
|
source = taskflow
|
|
omit = taskflow/tests/*,taskflow/openstack/*,taskflow/test.py
|
|
|
|
[report]
|
|
ignore-errors = True
|
|
|