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

Only the Unittest code coverage, no the related project #429

Closed PeterLu8888 closed 3 weeks ago

PeterLu8888 commented 3 weeks ago

Installed product versions

Description

When I finish the unit test, the FCC window only show the unit test coverage, not related project.

Steps to recreate

  1. Update the vs2022 to the latest version
  2. Install the FCC on the vs extension page.
  3. Run unit test
  4. Only show unit test project

Current behavior

Only show unit test project

Expected behavior

Show the unit test project and the related project.

Side Notes

PeterLu8888 commented 3 weeks ago

image

tonyhallett commented 3 weeks ago

Set the option IncludeReferencedProjects to true

PeterLu8888 commented 3 weeks ago

Thanks @tonyhallett It works. Why is it not the default set?