Update pom.xml

Exclude the grpc generated codes for ci coverage.
This commit is contained in:
吴晟 Wu Sheng 2017-07-18 11:29:15 +08:00 committed by GitHub
parent 04fbe180f3
commit 9bb632a165
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@
<instrumentation>
<excludes>
<exclude>org/skywalking/apm/network/trace/proto/*.class</exclude>
<exclude>org/skywalking/apm/collector/remote/grpc/**/*.class</exclude>
</excludes>
</instrumentation>
</configuration>