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

Progress reporter shows too much information #400

Closed
nicojs opened this issue Oct 1, 2017 · 0 comments · Fixed by #401
Closed

Progress reporter shows too much information #400

nicojs opened this issue Oct 1, 2017 · 0 comments · Fixed by #401

Comments

@nicojs
Copy link
Member

nicojs commented Oct 1, 2017

The progress reporter now looks like this:

Mutation testing  [] 0% (ETC 160.0s)[0 killed] [0 survived] [0 no coverage] [0 timeout] [0 runtime error] [3 transpile error]

This is too much information. The progress bar doesn't even show up because the line is too long (when not zoomed out). We should simplify it a bit:

Mutation testing  [===                  ] 17% (ETC 161.5s) 291/1743 tested (53 survived)
simondel pushed a commit that referenced this issue Oct 1, 2017
Simplify the progress reporter to now only show relevant information about the progress: `3/23 tested (1 survived)`

fixes #400
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

Successfully merging a pull request may close this issue.

1 participant