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 + :::