PreviousNext

A Guide to Code Coverage Tools for C#

by bill-s, 2017-12-09T18:49:06.000Z

If you’re here because you’re looking for a way to let management track the team’s code coverage progress, please stop and reconsider your actions. I’ve written in the past about how code coverage should not be a management concern, and that holds as true now as ever. Code coverage is a tool that developers should use — not something that should be done to them. Full stop.

Read More