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?
SCCT is a compiler plugin which instruments the classes to gather coverage data: