aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
AgeCommit message (Collapse)AuthorFilesLines
2017-02-21Cover also tests folderYujun Zhang1-0/+1
This is to ensure all test code is reached to detect bugs like #28955 [1]. The loop of in the tests were not reached before the fix. [1]: https://gerrit.opnfv.org/gerrit/#/c/28955/ Change-Id: I2f9e52cf7df1b94c9412f6edb6ce6f9e137d9b54 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-02-21Move coverage config to .coveragercYujun Zhang1-0/+27
.coveragerc will be used by tox, pytest, PyCharm and etc Change-Id: I1f128231cda5f3ebffff9e99b1de9134c78fcc00 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>