Skip to content

Failure to instantiate test not appearing in build summary #83

Description

@stacycurl

When I build a project with a test like this:

class SomethingTests extends WordSpec {
val x: Int = sys.error("boom")
"won't be executed" in {
}
}

Maker reports that the test failed but it doesn't report that the build as a whole has failed.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions