From 402791044d27a8639d73341779781fb3a5a43e9c Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 20 Feb 2017 15:32:43 +0800 Subject: Cover also tests folder 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 --- .coveragerc | 1 + 1 file changed, 1 insertion(+) (limited to '.coveragerc') diff --git a/.coveragerc b/.coveragerc index dfaeae60..0448da9d 100644 --- a/.coveragerc +++ b/.coveragerc @@ -4,6 +4,7 @@ branch = True source = qtip + tests [report] # Regexes for lines to exclude from consideration -- cgit 1.2.3-korg