Replies: 1 comment
-
Available after release of For developers and testers:An example implementation (for macos and linux only) can be enabled with (restart is needed): For custom implementations:
Looking for contributorsI don't have plan to implement coverage reporters but here to review, discuss and support. Known issues: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
VSCode has native test coverage visualisation implemented. For C++ with all the existing tools/option it is not trivial how to integrate it so I would like to start a discussion about it.
My best idea so far to create an API for TestMate C++ (TM for shorthand) which allows anyone to extend the functionality of this extension with another extension which will interact with the specific coverage framework. Let's call it CE as Coverage Extension.
Proposed API:
Beta Was this translation helpful? Give feedback.
All reactions