Skip to content

New feature request: Support coverage build generated #64

Description

@daiq

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions