DEV Community

Discussion on: How much code coverage is enough?

Collapse
 
sqlrob profile image
Robert Myers

You also want to be careful of exactly what 100% means.

You can get 100% coverage by automatically generating tests. That doesn't tell you anything about the correctness of those tests, just that the current code passes.