-
Notifications
You must be signed in to change notification settings - Fork 92
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
Don't highlight tested lines #432
Comments
@verhovsky Thanks for the ticket, hopefully we can help yeah out.
You may also need to activate the line coverage to see just the partial and failing lines.
The current thinking is to have all the features active at the start, and then let each developer decide which ones they want to turn off or on. The new user experience can definitely be better though, as you mentioned some users want to have a different default setup for example. We have discussed this in the past and want to implement some walkthroughs but haven't found the time yet. |
I would like to take this opportunity to thank the development team for the good work and ask, please, to enable 'show line coverage' by default. |
@geneilsondeveloper Thanks for the input! |
Is your feature request related to a problem? Please describe.
I don't want to have my entire file/gutter highlighted in green.
Describe the solution you'd like
If a line is not highlighted in red/yellow then that's sufficient for me to implicitly know that it's tested.
Additional context
I think this should be the default theme and you could have a boolean option in settings to highlight tested lines in green.
The text was updated successfully, but these errors were encountered: