[
https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15967177#comment-15967177
]
Boris Osipov commented on FLINK-5092:
-------------------------------------
So, I give up to do reliable and simple solution for collecting code coverage.
Current approach looks weird.
The main problem in collection code coverage data for flink is that a bunch of
integration tests located in flink-tests module. It makes coverage collecting
for separate module harder.
Another problem is shading dependencies. It breaks jacoco code coverage
mechanism.
> Add integration with Sonarqube and code coverage
> ------------------------------------------------
>
> Key: FLINK-5092
> URL: https://issues.apache.org/jira/browse/FLINK-5092
> Project: Flink
> Issue Type: Improvement
> Components: Tests
> Reporter: Boris Osipov
>
> It would be good to have the opportunity to generate test coverage reports
> for Flink and analyze code by SonarQube.
> Parts of tasks:
> - add generate test coverage reports for Flink with new maven profile
> - implement integration with https://analysis.apache.org/
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)