sbt-coverage
sbt-coverage copied to clipboard
Code coverage processor for sbt
Hi, issuing the commands suggested in the readme won't produce a working system, > *undercoverRepo at http://undercover.googlecode.com/svn/maven/repository/ > [error] Expected '::' > [error] *undercoverRepo at http://undercover.googlecode.com/svn/maven/repository/ > [error] ^
Hi, I'm interested on giving your tool a try, however, I find it's out of date... do you have any plans to making it work with scala 2,9+/ 2.10+ and...
Hi Stuart, Thanks for the tool, it looks nice. I ran into a small glitch. Your instructions worked great, until I tried 'coverage report emmaxml'. This failed: > coverage report...
I think it would be nice if there was a way to run the tool in a multi-module project so that the coverage was computed for all the tests in...
It has been noted that the code coverage reports do not seem to account for Scala specific features like case classes. The common reported issue is that the reports show...