Exclude Specific Dlls or Modules With Azure DevOps Code Coverage Results
Azure DevOps makes it very easy to run unit tests and display code coverage results in your builds, but I noticed, by default, it was also showing test coverage of 3rd party DLLs, in my case, Moq. These DLLs are not being tested in my application, so it brings the code coverage percentage down. I'm going [...]