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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Code coverage highlighting only works when we run the package tests.
Would it be possible to have the coverage when we run individual test function? This would be very helpful to see what a test function is actually testing, without having other tests interfering when we run all of them.
Thanks,
The text was updated successfully, but these errors were encountered:
This feature is now out in the latest update to the Go extension (0.6.79)
Add the setting "go.coverOnSingleTest": true to get code coverage when running individual tests either via the command or the code lens
Code coverage highlighting only works when we run the package tests.
Would it be possible to have the coverage when we run individual test function? This would be very helpful to see what a test function is actually testing, without having other tests interfering when we run all of them.
Thanks,
The text was updated successfully, but these errors were encountered: