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/21 05:50:40 UTC

[incubator-dubbo] branch master updated: Exclude dubbo-demo when calc coverage (#1561)

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 05137f0  Exclude dubbo-demo when calc coverage (#1561)
05137f0 is described below

commit 05137f09ffc9aadb7316855327deed094afc0cea
Author: Huang YunKun <ht...@gmail.com>
AuthorDate: Sat Apr 21 13:50:22 2018 +0800

    Exclude dubbo-demo when calc coverage (#1561)
---
 .codecov.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 0000000..0423644
--- /dev/null
+++ b/.codecov.yml
@@ -0,0 +1,2 @@
+ignore:
+  - "dubbo-demo/.*"
\ No newline at end of file

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