walterddr commented on a change in pull request #8361:
URL: https://github.com/apache/pinot/pull/8361#discussion_r828722785
##########
File path: pom.xml
##########
@@ -1612,6 +1612,11 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <includes>
+ <include>org/apache/pinot/**/*</include>
Review comment:
per jacoco documentation it should be fine to assume jacoco only
annotates code.
that being said we might need to deal with the problem of generated code
going forward. but I would leave that to future if it becomes an issue
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]