Back to Browse

Improving Your Code Coverage

10.5K views
Feb 15, 2024
24:07

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 Resources: Learn more about the Coverlet NuGet package at https://github.com/coverlet-coverage/coverlet Learn more about the ReportGenerator tool at https://reportgenerator.io/ Learn more about the Run Coverlet Report extension at https://github.com/the-dext/RunCoverletReport

Download

0 formats

No download links available.

Improving Your Code Coverage | NatokHD