Improving Your Code Coverage

preview_player
Показать описание
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:
Рекомендации по теме
Комментарии
Автор

nice to know another tool that I can use for code-coverage, thanks. Though, I use Fine Code Coverage extension tool to the job :)

noelfrancisco
Автор

The in-built coverage tool does the job. I don't know why one would prefer these tools.

nayanchoudhary
Автор

Pretty nice, but I am getting "Unrecognized command or argument 'tool'", when run in power shell. Hmmm

miroslavivanov