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.
Visual Studio Code 1.88 has just dropped a new additional API for extensions to provide test coverage information. It would be really nice if TestMate could support this new API.
Describe the solution you'd like
Add support for the new Test Coverage API, and report coverage information when running coverage enabled tests.
Describe alternatives you've considered
There is a gcov viewer plugin that allows manual coverage information. But it is a bit of a hassle to setup and an additional step next to running a test.
Hm, can you tell me more about this ** gcov viewer ** plugin? What are the challenges with it?
For first it seems that actually they could work indecently and complete each other.
Checklist
Is your feature request related to a problem? Please describe.
Visual Studio Code 1.88 has just dropped a new additional API for extensions to provide test coverage information. It would be really nice if TestMate could support this new API.
Describe the solution you'd like
Add support for the new Test Coverage API, and report coverage information when running coverage enabled tests.
Describe alternatives you've considered
There is a gcov viewer plugin that allows manual coverage information. But it is a bit of a hassle to setup and an additional step next to running a test.
Additional context
Release information from vscode itself: https://code.visualstudio.com/updates/v1_88#_test-coverage
The text was updated successfully, but these errors were encountered: