Episode

Improving Your Code Coverage

with Robert Green, Davide Bellone

Davide shows us some tools we can use to get more and better code coverage in our unit tests.

Chapters

  • 00:00 - Introduction
  • 02:15 - Reviewing the demo app and unit tests
  • 06:30 - Installing the Coverlet code coverage library NuGet package
  • 07:45 - Installing the ReportGenerator code coverage visualization tool
  • 08:45 - Installing the Run Coverlet Report extension
  • 10:30 - Running the code coverage tools
  • 14:30 - Understanding why you need good tests as well as good coverage
  • 18:45 - Excluding code from code coverage results
  • 21:25 - Wrap-up

Developer
Visual Studio Code