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
Hi @tmc. The coverage feature works for all functions as there is not a 1-1 mapping from a test to a coverage. You might have multiple tests that affect the same function. I assume we can evaluate for all tests and only display the result for a given function, however the coverage file doesn't have that feature (it only contains the file name with the offsets). Thanks for the idea
It would be cool if coverage had a :GoTestFunc / or go test -run equivalent so you could see coverage that a subset of tests contributes.
The text was updated successfully, but these errors were encountered: