Skip to content

Commit

Permalink
[wip] coverage table width
Browse files Browse the repository at this point in the history
bbi goes too long

also shouldn't this wrap in case?
  • Loading branch information
kyleam committed Aug 5, 2024
1 parent c6d6233 commit e80f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/format-report.R
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ format_appendix <- function(extra_notes_data, return_vals = FALSE, scorecard_typ
format_colnames_to_title()

# Create flextable and format
coverage_results_flex <- flextable_formatted(coverage_results_df, pg_width = 4) %>%
coverage_results_flex <- flextable_formatted(coverage_results_df) %>%
flextable::set_caption("Test Coverage") %>%
flextable::align(align = "right", part = "all", j=2) %>%
flextable::add_footer_row(
Expand Down

0 comments on commit e80f0c0

Please sign in to comment.