You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: