Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature request: Support coverage build generated #64

Open
daiq opened this issue Aug 23, 2013 · 1 comment
Open

New feature request: Support coverage build generated #64

daiq opened this issue Aug 23, 2013 · 1 comment

Comments

@daiq
Copy link

daiq commented Aug 23, 2013

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
Copy link

sksamuel commented Dec 8, 2013

Can you explain what you mean a bit more ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants