Run Coverlet ReportA Visual Studio 2019 Extension to make showing code coverage easy. What is itThe aim of this extension is to make something similar to the functionality provided by the Enterprise edition of Visual Studio, without the cost. Run Coverlet Report builds upon the excellent Coverlet and Report Generator tools that allow you to collect code coverage results from unit tests. This extension will run the two tools and then display the report file within visual studio as well as use the Coverlet output to provide syntax highlighting. For more information about coverlet see https://github.com/coverlet-coverage/coverlet For more information about Report Generator see https://danielpalme.github.io/ReportGenerator/ Installation
UsageOnce installed click Tools | Run Code Coverage in Visual Studio. 'dotnet test' will then execute your unit tests and after a few moments (provided all of your tests pass) a report generator window will open showing the ReportGenerator output. C# syntax in your .cs files will also be highlighted to indicate your code coverage.
Version HistoryNew syntax highlighting options and new layout on the options page. Borders and Highlights now support more styles (solid, linear and none), and colour options. Use a combination of border and highlight styles to create the look that suits your development environment, for example Linear borders
For full version history https://github.com/the-dext/RunCoverletReport/blob/master/README.md |