Skip to content

Commit

Permalink
add benefits of starting early or ever with covrge
Browse files Browse the repository at this point in the history
Co-Authored-By: D Mayer <[email protected]>
  • Loading branch information
d33bs and the-mayer committed Aug 1, 2024
1 parent e81dfb3 commit 60bd0ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _posts/2024-07-28-Uncovering-Code-Coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Such anti-patterns include writing superficial tests that don't effectively vali

There are often times where you need to make changes to your code which can cause unforeseen issues to arise (for example, when there's coupling to other functionality).
With good test coverage, you can more confidently refactor code during these occasions, knowing that any issues will be quickly caught by your tests.
In short, it's a vital tool for any developer, providing you further insights about software which can otherwise go unseen.
Because of this, implementing code coverage at the beginning of the development process promotes writing cleaner and more reliable code over time.
If you’re working with code that currently has no coverage, there’s no time like the present to start!

## Measuring Test Coverage

Expand Down

0 comments on commit 60bd0ac

Please sign in to comment.