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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0178acc  jacoco_exclude_graphql (#1085)
0178acc is described below

commit 0178acce12c2701933a515d1829d20aa1ed181e2
Author: lican <295198...@qq.com>
AuthorDate: Tue Apr 17 14:07:22 2018 +0800

    jacoco_exclude_graphql (#1085)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 133ff99..d01084c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,6 +274,11 @@
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
                 <version>0.7.9</version>
+                <configuration>
+                    <excludes>
+                        <exclude>*MethodAccess</exclude>
+                    </excludes>
+                </configuration>
                 <executions>
                     <execution>
                         <id>prepare-agent</id>

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

Reply via email to