ramachandranms commented on a change in pull request #1347: [HUDI-627]
Aggregate code coverage and publish to codecov.io during CI
URL: https://github.com/apache/incubator-hudi/pull/1347#discussion_r384053060
##########
File path: pom.xml
##########
@@ -51,6 +51,7 @@
<module>packaging/hudi-timeline-server-bundle</module>
<module>docker/hoodie/hadoop</module>
<module>hudi-integ-test</module>
+ <module>hudi-test-coverage-aggregator</module>
Review comment:
for now we cannot do without adding a new module in jacoco. there is a
[PR](https://github.com/jacoco/jacoco/pull/1007) out in jacoco OSS to avoid
this. But it is not getting much traction. i am closely following it. will
remove this module once that PR gets merged to a release. for now this is just
a wrapper module that does not get deployed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services