DEV Community

Discussion on: Is it possible to get 100% test coverage

Collapse
 
carsturdy profile image
Carson Sturtevant

Possible? Yes. Something to focus on? Meh. There's most likely plenty of code in your projects that simply doesn't warrant automated testing. I would instead focus on having well-written tests for the the most crucial and/or delicate parts of your app.