You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/04/26 07:07:31 UTC

[incubator-dubbo] branch master updated: Add pull request coverage check and set threshold as 0.1% (#1678)

This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d002c3  Add pull request coverage check and set threshold as 0.1% (#1678)
0d002c3 is described below

commit 0d002c348ed9307ae60ebe1e0808fb10874c4312
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Thu Apr 26 15:07:29 2018 +0800

    Add pull request coverage check and set threshold as 0.1% (#1678)
---
 .codecov.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.codecov.yml b/.codecov.yml
index 0423644..d87923f 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1,2 +1,8 @@
+coverage:
+  status:
+    # pull-requests only
+    patch:
+      default:
+        threshold: 0.1%
 ignore:
   - "dubbo-demo/.*"
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
huxing@apache.org.