FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
506 stars 38 forks source link

visualize coverage with method level. #412

Open madobon opened 3 months ago

madobon commented 3 months ago

Installed product versions

Description

I would like to see coverage with method level. Is there any way to do this?

Looks like this. https://reportgenerator.io/resources/reports/HtmlInline_AzurePipelines/Sample_PartialClass.html image

Steps to recreate

  1. Run unit tests.
  2. Open FCC Coverage tab.

Current behavior

I can see coverage with class level.

Expected behavior

I want see coverage with class and method level.

Side Notes

N/A

tonyhallett commented 3 months ago

I am currently working on a new report that has this functionality. Available in the next release.

image
madobon commented 3 months ago

@tonyhallett Awesome! thanks for the information.