DEV Community

Discussion on: How much testing should cover

Collapse
 
hilaberger92 profile image
Hila Berger • Edited

In my opinion, the coverage gives you the percentage of tests that cover your code.

It's not about the quantity but it's about quality.

It's more important to have tests that ensure the code is doing what it's supposed to do, rather than 1000 tests that shows you 100% coverage but don't mirror what it's supposed to do.