Search Results

0
votes

What is a reasonable code coverage % for unit tests (and why)?

Generally speaking, from the several engineering excellence best practices papers that I have read, 80% for new code in unit tests is the point that yields the best return. Going above that CC% yi …