Additional Resources for 'Breaking the 100% Code Coverage Illusion'
This page contains additional resources related to my session “Breaking the 100% Code Coverage Illusion”.
👉 Check out my Sessionize profile! 👈
- Why reaching 100% Code Coverage must NOT be your testing goal (with examples in C#) | Code4IT
- Testing Pyramid vs Testing Diamond (and how they affect Code Coverage) | Code4IT
- Cobertura, YAML, and Code Coverage Protector: how to view Code Coverage report on Azure DevOps | Code4IT
- How to view code coverage with Coverlet and Visual Studio 2019 | Code4IT
- Advanced Integration Tests for .NET 7 API with WebApplicationFactory and NUnit | Code4IT
- How to run integration tests for .NET API | Code4IT
- Testing internal members with InternalsVisibleTo | Code4IT