[
https://issues.apache.org/jira/browse/FLINK-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864355#comment-15864355
]
ASF GitHub Bot commented on FLINK-5092:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/2836#discussion_r100888652
--- Diff: flink-examples/pom.xml ---
@@ -69,4 +69,12 @@ under the License.
<module>flink-examples-batch</module>
<module>flink-examples-streaming</module>
</modules>
+ <profiles>
+ <profile>
+ <id>coverage</id>
+ <modules>
+ <module>flink-examples-batch</module>
--- End diff --
Why are the streaming examples not in the module list?
> 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
> Assignee: 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)