trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
311 stars 124 forks source link

Verify Cobertura 2.7 JDK8 support #70

Closed trautonen closed 9 years ago

trautonen commented 9 years ago

Cobertura should properly support Java 8 since version 2.7. This should be verified and described in the readme. Would be helpful to many who are using Java 8 with multi module projects.

trautonen commented 9 years ago

Lambdas fail with invalid syntax. There is also issues in github which conclude that it doesn't work properly: https://github.com/cobertura/cobertura/issues/166 https://github.com/cobertura/cobertura/issues/248

krichter722 commented 7 years ago

The README should be adjusted to not point to cobertura as the first choice for code coverage since it still doesn't seem to support Java >8 due to a deficit in a dependency.