distcloud/.coveragerc
Al Bailey 83c91fb67f Fix coverage reporting for stx-distcloud
tox -e cover  was not working, and now it is

Currently coverage is 28% based on py27 unit tests

Story: 2003862
Task: 27992
Change-Id: I1a2c3371dfb02d95181306d15012f5c752f91513
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-11-19 10:08:13 -06:00

13 lines
124 B
INI

[run]
branch = True
parallel = True
source =
dcmanager
dcorch
omit =
*/tests/*
[report]
ignore_errors = True