This is an automated email from the ASF dual-hosted git repository.
wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 8155260 Updated Test coverage guide (markdown)
8155260 is described below
commit 8155260f7e51fc797afbb2dc8b51b3cb9fbee241
Author: Xin Wang <[email protected]>
AuthorDate: Wed Apr 25 14:11:43 2018 +0800
Updated Test coverage guide (markdown)
---
Test-coverage-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Test-coverage-guide.md b/Test-coverage-guide.md
index abdeaef..e73aec2 100644
--- a/Test-coverage-guide.md
+++ b/Test-coverage-guide.md
@@ -8,7 +8,7 @@
* Test code should also be designed without writing useless code.
* When you find a `method` that is hard to write unit test, if you can be
sure the `method` is "smelly code", then refactor it with the committer.
* The mock framework in dubbo is: [jmockit](http://jmockit.github.io/).
- * TDD(optional):When you start a new issue, you can try to write test case
first
+ * TDD(optional):When you start a new issue, you can try to write test case
at first
### 3.The specified value of the test coverage
* In the stage, the test coverage specified value of delta changed codes is
:>=60%
* We can see the coverage report in this page:
https://codecov.io/gh/apache/incubator-dubbo
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].