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

Move test summary to after coverage report #4104

Closed
wldcordeiro opened this issue Jul 22, 2017 · 2 comments
Closed

Move test summary to after coverage report #4104

wldcordeiro opened this issue Jul 22, 2017 · 2 comments

Comments

@wldcordeiro
Copy link

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
@SimenB
Copy link
Member

SimenB commented Feb 8, 2018

#4512

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants