sqality / scct

Scala Code Coverage Tool
Apache License 2.0
67 stars 7 forks source link

Unable to generate coverage report when a project includes Java code #37

Open tlockney opened 10 years ago

tlockney commented 10 years ago

I've found that scct completely fails to generate coverage reports when I run it on a project that includes Java source. Everything appears to run fine, but the report is never generated and attempting to run with various debug logging settings (I've tried both the sbt debug logs and the scct.debug system property) tells me nothing helpful. I've set up a test project to make it easy to see this happening. I've tried this with both 0.2.2 and 0.3-SNAPSHOT.

My test repo is here: https://github.com/tlockney/scct-testcase

adupre commented 10 years ago

+1