From: Yang Yu Date: Mon, 8 Jan 2018 02:58:11 +0000 (+0800) Subject: bug-fix: coverage package missing for ci verify X-Git-Tag: opnfv-6.0.0~20^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=9d0fcc9dba43040746b0fd45c6943bea9ba3462d bug-fix: coverage package missing for ci verify JIRA: BOTTLENECK-219 nosetests has enbled coverage check which requires coverage package missing currently Change-Id: Ia4b87a6036ea00532014a332170a19681432f84c Signed-off-by: Yang Yu --- diff --git a/requirements/verify.txt b/requirements/verify.txt index e8d51f47..86f57e02 100644 --- a/requirements/verify.txt +++ b/requirements/verify.txt @@ -6,5 +6,7 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## +# This file is for verify job excuted by OPNFV CI -flake8==3.0.4 \ No newline at end of file +flake8==3.0.4 +coverage==4.4.2 \ No newline at end of file