Reducing Bugs In Your Code with Coverlet

preview_player
Показать описание
Coverlet on GitHub

Unit testing C# in .NET Core

dotnet test

African Development Center

Code coverage is a measurement of how much of your source code is tested by your given test suite.

In this episode, Toni Solarin-Sodara joins us to talk about his code coverage library, Coverlet. This gives us the ability to measure code coverage for .NET Core applications in a cross platform way.

[T01:39] - What is code coverage?
[T02:59] - To what level of detail do code coverage tools measure your code?
[T04:05] - What percentage of code coverage should projects strive for?
[T07:00] - How do you get setup with Coverlet?
[T11:25] - Contributions from Microsoft and the community
[T13:33] - Inspecting the results
[T15:07] - Excluding assemblies
[T15:54] - Testimonials
[T17:05] - Microsoft’s African Development Center
[T21:06] - .NET Core global tool for Coverlet
[T26:08] - Where to find the project?
Рекомендации по теме
Комментарии
Автор

Impressed to see an MVP from Nigeria! Awesome.

soucianceeqdamrashti
Автор

Thank you. I am on my way Microsoft! ✌❤

haseebkahn
Автор

it would be awesome if we could automatically see, say failing paths with a visual reminder in the vs after editing.

tuberklz
Автор

"Tune in to this episode..." - what, you mean, I'm not watching it now? Oh god I'm on the wrong page again!

AndyNicholson
Автор

Excellent! You can use coverlet con sonarqube?

christianaguirre
Автор

Great job!
But.. Next time can you use bigger fonts? On mobile I couldn't see anything!

davideb
Автор

Good. Now please show us how we can upload the coverage report to websites like CodeCov or OpenCover.

maacpiash
Автор

Biggest bugs ever can be found in the spec. They are missing the point.

agarvan
Автор

Jip. Only .net devs needs to be told how to not create bugs

stwessl