From 9ae864214bf10ee56619a9d55a9d46e775c927b4 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 29 Jul 2024 14:57:00 -0600 Subject: [PATCH] smaller image --- _posts/2024-07-28-Uncovering-Code-Coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024-07-28-Uncovering-Code-Coverage.md b/_posts/2024-07-28-Uncovering-Code-Coverage.md index 62b2f4a52b..b67468c5c2 100644 --- a/_posts/2024-07-28-Uncovering-Code-Coverage.md +++ b/_posts/2024-07-28-Uncovering-Code-Coverage.md @@ -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))