No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
ef17006
... +0 ...
4eb6dd1
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
88 | 88 | } |
|
89 | 89 | ||
90 | 90 | lockfile_install_internal <- function(lockfile, lib, update, loaded, start) { |
|
91 | - | cli::cli_progress_step( |
|
92 | - | "Installing lockfile {.path {lockfile}}", |
|
93 | - | msg_done = "Installed lockfile {.path {lockfile}}", |
|
94 | - | ) |
|
91 | + | cli::cli_alert_info("Installing lockfile {.path {lockfile}}") |
|
95 | 92 | ||
96 | 93 | config <- list(library = lib) |
|
97 | 94 | plan <- pkgdepends::new_pkg_installation_plan(lockfile, config = config) |
111 | 108 | ## One line summary of the install |
|
112 | 109 | print_install_summary(inst) |
|
113 | 110 | ||
111 | + | cli::cli_alert_success("Installed lockfile {.path {lockfile}}") |
|
112 | + | ||
114 | 113 | inst |
|
115 | 114 | } |
Files | Coverage |
---|---|
R | 0.01% 17.43% |
Project Totals (28 files) | 17.43% |
4eb6dd1
ef17006