From: Yujun Zhang Date: Mon, 6 Feb 2017 14:59:49 +0000 (+0800) Subject: Add test coverage to contributing guide X-Git-Tag: danube.1.0~97^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=caa61ebc1ae74655331c9522bb13296e49b1a499;p=qtip.git Add test coverage to contributing guide JIRA: QTIP-204 Change-Id: I0ff8a00f287544d82628e940ee530b5e9150a1e0 Signed-off-by: Yujun Zhang --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a4929172..03420986 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,6 +83,15 @@ Specially, it is recommended to link each patch set with a JIRA issue. Put in commit message to create an automatic link. +Test Coverage +------------- + +The implementation, including new features and bug fix, **must** be covered by +unit test. The criteria for test coverage in QTIP project are as following: + +* >=80% coverage for each file +* >=90% overall coverage for whole project + Documentation -------------