mtkopone / scct

Scala Code Coverage Tool
http://mtkopone.github.com/scct/
Apache License 2.0
129 stars 39 forks source link

SCCT not saving reports in coverage-report folder #55

Open geetchandratre opened 11 years ago

geetchandratre commented 11 years ago

Hi,

I have an sbt(0.12) project with scala 2.10.1

SCCT generates reports perfectly with this. But it generates these reports in the root of my project, and not in the target/scala-2.10.1/coverage-report folder.

Tried setting cross target and possibly everything i could think of. Is there something I am missing?