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.
Is your feature request related to a problem? Please describe.
When I'm running tests from 1 specific file (via run file tests on the top of the file), the coverage isn't calculated.
Describe the solution you'd like run file tests should use the same configuration as run single test ( "go.coverOnSingleTest" see #1637)
Describe alternatives you've considered
A new configuration param, probably "go.coverOnSingleTestFile"
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered:
goTest.ts is the file where you should start. Look at how the 2 above features are implemented in the testCurrentPackage and runTestAtCursor functions.
The function testCurrentFile is the function to tweak to add the same feature to testing files
Is your feature request related to a problem? Please describe.
When I'm running tests from 1 specific file (via
run file tests
on the top of the file), the coverage isn't calculated.Describe the solution you'd like
run file tests
should use the same configuration as run single test ("go.coverOnSingleTest"
see #1637)Describe alternatives you've considered
A new configuration param, probably
"go.coverOnSingleTestFile"
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered: