yaalsn commented on code in PR #17382:
URL: https://github.com/apache/pulsar/pull/17382#discussion_r971677234
##########
pom.xml:
##########
@@ -1957,7 +1957,9 @@ flexible messaging model and an intuitive client
API.</description>
<goal>report</goal>
</goals>
<configuration>
- <outputDirectory>target/report</outputDirectory>
+ <excludes>
+ <exclude>**/*.jar</exclude>
+ </excludes>
Review Comment:
We just need to scan class file code coverage not jar files'
--
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]