diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-02-14 22:54:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-14 22:54:27 +0000 |
commit | 93421c6375a450baa7bedb323e36b5efd238a58d (patch) | |
tree | de341e84b431c804ece246c567260a93de73cbd3 | |
parent | e71008c6dd45cf88704368c92afa2432c57537ec (diff) | |
parent | caa61ebc1ae74655331c9522bb13296e49b1a499 (diff) |
Merge "Add test coverage to contributing guide"
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 9 insertions, 0 deletions
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 ------------- |