We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
fix(progress reporter): Simpify reported progress (#401)
6258ef1
Simplify the progress reporter to now only show relevant information about the progress: `3/23 tested (1 survived)` fixes #400
Successfully merging a pull request may close this issue.
The progress reporter now looks like this:
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:
The text was updated successfully, but these errors were encountered: