You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some lines are yellow (partial), but I don't know which branch was taken and which one still needs testing.
Describe the solution you'd like
I would like to have a tooltip that displays additional coverage information.
Describe alternatives you've considered
Currently, this only is available with other tools.
The text was updated successfully, but these errors were encountered:
Do you have an example from another tool you can share?
Currently, the highlighting is the whole line or none of the line, but I wonder if it could be more "partial" as well. Meaning, if the line has a partial branch (like you alluded to) the coverage highlight would only go as far as the code had traversed.
Definitely something to investigate or an option as well (it might be easier to implement than other popover gui elements as I am not familiar with that area of the vscode extension api).
@moi90 Thanks for the example, it definitely looks doable and there is other work that is similar to this (adding ui elements similar to codelens) that could be done in parallel with this.
Is your feature request related to a problem? Please describe.
Some lines are yellow (partial), but I don't know which branch was taken and which one still needs testing.
Describe the solution you'd like
I would like to have a tooltip that displays additional coverage information.
Describe alternatives you've considered
Currently, this only is available with other tools.
The text was updated successfully, but these errors were encountered: