Search Results

0
votes

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

Short answer: 60-80% Long answer: I think it totally depends on the nature of your project. I typically start a project by unit testing every practical piece. By the first "release" of th …