I've personally used Cobertura successfully with Scala projects. It's not perfect -- it flags a few lines as not being fully covered even though I know for a fact that they are -- and only the line coverage is even close to accurate, but has provided "good enough" functionality for me so far. For a project that I know has 100% line and branch coverage Cobertura will show 99% line coverage and about 55% branch coverage.
I just heard about scct the other day but have not tried it out myself yet. At this time it's still published as a snapshot so it cannot be used in production build releases through Maven. Regarding Clover, the Clover team has directly responded to the JIRA for Scala support that it is not in their plans to add Scala support at this time. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
