Hi Pavel, the Cobertura plugin was removed in this PR: https://github.com/apache/flink/pull/454 Not sure if it was accidentally removed or on purpose. It was not included in the regular builds to reduce build time and AFAIK, it wasn't manually used either (otherwise somebody would have noticed that it is gone).
I am not aware of any code coverage stats for the Flink code base but it would be nice to some, IMO. Best, Fabian 2016-08-19 0:36 GMT+02:00 Pavel Fadeev <pavel.fad...@gmail.com>: > Dear team, > > I`m just looking around into the project - complete novice at Flink :) > Sorry if Qs below already have answers! > > At first glance I`ve discovered that code coverage feature has been > introduced with FLINK-305 <https://issues.apache.org/jira/browse/FLINK-305 > > > and then removed for some reason on March 2015. > > Are you aware if it is not required anymore? Worried a bit about this after > local coverage run for flink-code as well. Do we have some integration like > codecov <https://codecov.io> here and do you feel if it is required? > > Also, do you know if there are some statistics (or team knowledge) for > regression bugs from uncovered code? >