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

WISH: Move coverage counts from the right to the left in report() #307

Closed
HenrikBengtsson opened this issue Apr 3, 2018 · 3 comments
Closed
Labels
feature a feature request or enhancement

Comments

@HenrikBengtsson
Copy link
Contributor

Issue

I just ran code coverage on code (not mine) where a few lines are ridiculously wide (a few hundred characters). This caused the report() to become very wide and it's unpractical to view the code coverage counts for each line (see screenshot below).

Wish

This would not be an issue if the code counts were displayed to the left next to the line numbers (instead of all the way to the right). This is how codecov.io does it.

covr-wide

@jimhester
Copy link
Member

Sure, makes sense and we could probably do that.

@jimhester jimhester added feature a feature request or enhancement and removed feature a feature request or enhancement labels May 17, 2018
@HenrikBengtsson
Copy link
Contributor Author

Thxs

@jimhester
Copy link
Member

Sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants