Skip to content

Commit

Permalink
smaller image
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Jul 29, 2024
1 parent 80ac9e7 commit 9ae8642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-28-Uncovering-Code-Coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Let's get started!

## What is Code Coverage?

{% include figure.html image="images/simple-example-of-coverage-for-functions.png" width="600px" caption="Code which is tested is considered 'covered'." %}
{% include figure.html image="images/simple-example-of-coverage-for-functions.png" width="200px" caption="Code which is tested is considered 'covered'." %}

> "With tests, we can change the behavior of our code quickly and verifiably. Without them, we really don't know if our code is getting better or worse." ([Michael Feathers, Working Effectively with Legacy Code](https://www.goodreads.com/quotes/718460-code-without-tests-is-bad-code-it-doesn-t-matter-how))
Expand Down

0 comments on commit 9ae8642

Please sign in to comment.