mtkopone / scct

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

New feature request: Support coverage build generated #64

Open daiq opened 11 years ago

daiq commented 11 years ago

In a Play application, scct:run reports there's no main class defined. In ScctPlugin.scala, only compile and test are inConfig'ed

inConfig(Scct)(Defaults.compileSettings) ++ inConfig(ScctTest)(Defaults.testSettings) ++

We might need inConfig(ScctRun)(Defaults.runTask) to support running on instrumented build. And that is also the way that other tests can get coverage data.

sksamuel commented 10 years ago

Can you explain what you mean a bit more ?