paul1956 / Code-Coverage

First release of Code Coverage display for VB in VB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

languages products page_type name description
vb
dotnet-core
windows
VB Code Coverage
Code Coverage (Visual Basic)
VB Code Coverage

VB Code Coverage

Requires

License

  • MIT

Technologies

  • Windows Forms

Topics

  • Code Coverage

Updated

  • 03/08/2024

Description

This application will allow visual analysis of Coverlet JSON files. It creates a tree view of the JSON file which shows coverage for every function. You can filter by Document File then Method.

Hovering over file or method will display information from that point in the tree down.

Clicking on a function will open it up in a another window where coverage is shown in a syntax highlighted file.

https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json is added to NuGet Package Source to find Microsoft.Dotnet.XUnitExtensions which provides ConditionalFact and PlatformSpecific attributes used for testing.

Code Coverage Demo Image

New in Release 2.0 Updated to Core WinForms 8.0

Code Coverage Example Output

+------------------+--------+--------+--------+
| Module           | Line   | Branch | Method |
+------------------+--------+--------+--------+
| YourApp          | 79.6%  | 72.37% | 87.91% |
+------------------+--------+--------+--------+

+---------+--------+--------+--------+
|         | Line   | Branch | Method |
+---------+--------+--------+--------+
| Total   | 79.6%  | 72.37% | 87.91% |
+---------+--------+--------+--------+
| Average | 79.6%  | 72.37% | 87.91% |
+---------+--------+--------+--------+

About

First release of Code Coverage display for VB in VB


Languages

Language:Visual Basic .NET 99.8%Language:Batchfile 0.2%