diff --git a/template.qmd b/template.qmd index 6f5c928..7ed4257 100644 --- a/template.qmd +++ b/template.qmd @@ -211,6 +211,8 @@ if (require("covtracer", quietly = TRUE)) { caption = "Tracebility matrix mapping unit tests to documented behaviours.", theme = "striped" ) + } else { + cat("No test suites.") } } else { cat("{covtracer} not available to produce a traceability matrix")