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
526 stars 40 forks source link

View Code Coverage of Current Code Changes #305

Open csteague7 opened 1 year ago

csteague7 commented 1 year ago

The is a Small Feature that I am planning to begin to work on next month based on the discussion below. Can you set this to feature request and assign it to me? Thank you. Charlie Teague, https://www.linkedin.com/in/csteague7/.

Discussed in https://github.com/FortuneN/FineCodeCoverage/discussions/303

Originally posted by **csteague7** October 31, 2022 Sonar Qube integrated with code coverage allows us to see the line coverage of pull request changes. It shows an overall percentage, and provides the ability to click a link and view the list of files with uncovered lines in the pr. It would be great if Fine Code Coverage provided the same feature for Current Code Changes. This will allow the developer to meet our required code coverage matrix without first submitting the code as a pr. This is important because the c# solution that we would use this on first is very large (500K +), with a large number of projects. So, it takes a long time to build. @tonyhallett I see that you answered many posts well. What do you think of the above?
FortuneN commented 1 year ago

@csteague7 Welcome. Thank you for jumping in. You can ping me or @tonyhallett if you wish to bounce ideas.