views:

110

answers:

2

hi :)

I'm having major problems getting Undercover to work using Mavern

I'm using ScalaTest for unit tests and this is working perfectly When I run Undercover though it simply creates empty files

I think it's probably a problem with the configuration in my pom.xml (but the documentation for Undercover is a little sketchy)

Help :) Thanks T

A: 

At one point I inquired about Emma on a Scala mailing list, and I was told that by some that they had more success with Cobertura. You might want to try that instead.

Daniel
A: 

Up to what stage is this "working correctly", given that empty files are being produced?

Do you have a sample project/POM that demonstrates the problem?

Kevin Wright