jihoonson commented on a change in pull request #9265: Improve code quality and
unit test coverage of the Azure extension
URL: https://github.com/apache/druid/pull/9265#discussion_r373280408
##########
File path: extensions-contrib/azure-extensions/pom.xml
##########
@@ -135,4 +142,66 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
Review comment:
Thanks for adding it. Even though we disabled coveralls in
https://github.com/apache/druid/pull/8382 because of its flakiness, this test
seems to be working based on the CI history of this PR. I think it's better
than not having it. We can apply to the entire project later someday.
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]