You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test coverage alone is not a code quality metric. However, good tests define contracts, specifying how a part of the code is intended to function, making it incredibly straightforward to prevent massive breakage when changes happen. As such, I prefer having a rather high test coverage. TDD folks may yell and say "70% is not a lot!", but for v0.10, it shall be enough.
The text was updated successfully, but these errors were encountered:
Test coverage alone is not a code quality metric. However, good tests define contracts, specifying how a part of the code is intended to function, making it incredibly straightforward to prevent massive breakage when changes happen. As such, I prefer having a rather high test coverage. TDD folks may yell and say "70% is not a lot!", but for
v0.10
, it shall be enough.The text was updated successfully, but these errors were encountered: