Code Coverage Tools for Scala

arnab picture arnab · Jun 5, 2009 · Viewed 13.3k times · Source

What are the available code coverage tools for Scala?

I have Scala spec tests and a Hudson continuous integration set-up. Is there something I can hook-in to this setup to measure and track code coverage?

Answer

Joni picture Joni · Oct 11, 2010

SCCT is a compiler plugin which instruments the classes to gather coverage data:

http://mtkopone.github.com/scct/