From 5b76f35bb98005bc6a7c1e58a95d5152060290b2 Mon Sep 17 00:00:00 2001 From: Alexander Goddard Date: Wed, 9 Sep 2026 12:34:29 -0400 Subject: [PATCH] Added a link to the CLI tool --- blog/fb2-fall2026/index.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/fb2-fall2026/index.qmd b/blog/fb2-fall2026/index.qmd index a225ad8..23a4497 100644 --- a/blog/fb2-fall2026/index.qmd +++ b/blog/fb2-fall2026/index.qmd @@ -171,6 +171,8 @@ Coverage is not a substitute for a correct specification or a strong oracle, but The core idea is straightforward: if code is not executed, it cannot be validated. Coverage gives software engineers a practical way to discover where testing is weak and where unknown bugs may still be hiding. +We created a simple coverage tool in Python called CoverLab that can be found at: https://github.com/pathakanshu/coverlab + :::