microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
192 stars 6 forks source link

Support new VS Code code coverage adapter/UI #1035

Open timheuer opened 1 month ago

timheuer commented 1 month ago

Describe the feature you'd like

VS Code is providing new surface area for showing code coverage: https://github.com/microsoft/vscode-docs/blob/vnext/api/extension-guides/testing.md#test-coverage image

The test adapter in the C# Dev Kit hould enhance to include coverage information that is provided to this new experience for C# developers.

Alternatives considered

Coverage Gutters is a provider that provides coverlet reading and gutter highlighting. But does not integrate with this new pattern

ChristoWolf commented 1 month ago

This is already tracked in #554.

jmlane commented 1 week ago

Looking forward to this addition!