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.
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