yaalsn commented on code in PR #17382:
URL: https://github.com/apache/pulsar/pull/17382#discussion_r990897382
##########
pom.xml:
##########
@@ -1952,7 +1952,9 @@ flexible messaging model and an intuitive client
API.</description>
<goal>report</goal>
</goals>
<configuration>
- <outputDirectory>target/report</outputDirectory>
+ <excludes>
+ <exclude>META-INF/**</exclude>
+ </excludes>
Review Comment:
@tisonkun You can take a look at [this
one](https://stackoverflow.com/questions/50163426/jacoco-cannot-exclude-classes).
Third-party classes and jars are in target/META-INF path, so we need to exlude
this path.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]