You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/03/12 07:46:48 UTC

[incubator-skywalking] 01/01: Set test coverage right.

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

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

commit 98e655d5c8c6d5dc300d08301b164eac1f7f8545
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 12 15:45:56 2019 +0800

    Set test coverage right.
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8682040..0141be8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,6 +407,11 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <excludes>**/*Test</excludes>
+                    <excludes>**/Test*</excludes>
+                    <excludes>**/generated/**</excludes>
+                </configuration>
             </plugin>
             <plugin>
                 <artifactId>maven-checkstyle-plugin</artifactId>