Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Test Coverage API support #433

Open
1 task done
daantimmer opened this issue Apr 5, 2024 · 2 comments
Open
1 task done

Feature request: Test Coverage API support #433

daantimmer opened this issue Apr 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@daantimmer
Copy link

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

@matepek matepek added the enhancement New feature or request label Oct 19, 2024
@matepek
Copy link
Owner

matepek commented Oct 19, 2024

Nice... thanks for the note.
I'm putting it to the roadmap. :)

@matepek
Copy link
Owner

matepek commented Oct 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants