|
|
|
|
|
by IshKebab
1043 days ago
|
|
100% code coverage doesn't guarantee there are no bugs, but less than 100% code coverage does mean that there is code that you definitely aren't testing. To put it another way, code coverage isn't a direct measure of how good your testing is, but it is still a useful metric to try and improve. In most cases 100% is too hardcore a target, but you should probably aim for at least 80%. |
|
(Shameless plug) I wrote a short post about this here: https://about.codecov.io/blog/the-case-against-100-code-cove...