Extension for handling Coverlet reports on .NET projects. It edits report files to strip irrelevant code so you can focus on what needs to be tested.
-
Open command menu on vscode with
CTRL+SHIFT+Pand run one of the following commands:-
Run
Coverlet Stripon an openedcoverlet.jsonreport file to strip it from everything that is already tested. -
Run
Coverlet Filecheckon an opened C# class file to show the existing report contents regarding the file. Alternatively, you can right-click the file on vscode explorer and run the filecheck command. The result will show both tested and untested lines for the file.
-
-
Clone the source at
https://github.com/urbanoanderson/vscode-coverlet.git -
Open extension folder on vscode
-
Run
npm installon terminal -
Click on
Start Debuggingin the Debug panel -
A test instance of vscode loaded with the extension will appear
-
Extra: you can also run unit tests for the extension by executing
npm teston terminal
Release Notes (Change Log)
- Bump dependencies to fix new security vulnerabilities
Icon made by Freepik and available at Flaticon
