diff --git a/R/format-report.R b/R/format-report.R index bee53bf..9e66beb 100644 --- a/R/format-report.R +++ b/R/format-report.R @@ -798,7 +798,7 @@ format_appendix <- function(extra_notes_data, return_vals = FALSE, scorecard_typ cov_results_df <- cov_results_df %>% dplyr::mutate( code_file = wrap_text(.data$code_file, - width = 45, indent = TRUE, strict = TRUE + width = 43, indent = TRUE, strict = TRUE ), test_coverage = sprintf("%.2f%%", .data$test_coverage) ) %>%