Skip to content

Move test summary to after coverage report #4104

@wldcordeiro

Description

@wldcordeiro

Do you want to request a feature or report a bug? Feature/enhancement

What is the current behavior? Currently when you run jest with --coverage the output looks something like this.

<pass/fails for tests>
<tests results summary>
<coverage report>

What is the expected behavior? I think it'd be nicer as a user if the results summary was always the bottom of the output, I always want to be able to know the general outcome of my test run regardless of whether the coverage report was made or not.

<pass/fails for tests>
<coverage report>
<tests results summary>

Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.

  • Jest - 20.0.4
  • Node - 8.1.1
  • yarn - 0.27.5

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions