Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Real time coverage info in VS Code #9

Open
smadala opened this issue Jul 23, 2018 · 2 comments
Open

Real time coverage info in VS Code #9

smadala opened this issue Jul 23, 2018 · 2 comments
Assignees
Labels
blocker enhancement New feature or request
Milestone

Comments

@smadala
Copy link
Contributor

smadala commented Jul 23, 2018

Description

  • This idea inspired by Scott Hanselman blog(@shanselman) and .NET Core developers( special thanks to @sesispla for bring blog to our attention) ask from vstest issue

  • As user write new/update test and save the test file, the coverage info should update for product/test file in VS Code.

Steps to reproduce

Expected behavior

  • Something similar to

codecoverage_report_vscode

Actual behavior

  • Currently user need VS Enterprise to view code coverage results from .coverage file (Eg coverage file: C:\Users\samadala\tmp\cc-mstest\TestResults\ab987d22-bcc9-4748-a04d-071bbe9851c3\samadala_SAMADALA_2018-07-23.18_54_39.coverage)
@codito
Copy link
Contributor

codito commented Jul 24, 2018

So we need a new vscode extension to watch for .lcov file and update the editor with coverage info?

@codito
Copy link
Contributor

codito commented Jul 25, 2018

Suggest to use this extension https://github.com/ryanluker/vscode-coverage-gutters

@smadala smadala added this to the Hackthon Demo milestone Jul 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocker enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants