Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 9, 2024
1 parent 78c0777 commit abc03df
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions template.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,13 @@ if (require("covtracer", quietly = TRUE)) {
dplyr::mutate(file = paste0("``` ", file, " ```")) %>%
dplyr::select(`Exported package object` = alias, Documentation = file)
tt(
tt_untested_df,
caption = "Untested behaviours: documentation that is not covered by any test.",
theme = "striped"
)
if (nrow(tt_untested_df) > 0) {
tt(
tt_untested_df,
caption = "Untested behaviours: documentation that is not covered by any test.",
theme = "striped"
)
}
} else {
cat("{covtracer} not available to produce a traceability matrix")
}
Expand Down

0 comments on commit abc03df

Please sign in to comment.