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
36371e3
... +0 ...
54a5e59
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
11 | 11 | cli::cli_abort('Unknown active element: {.val {active}}. Only nodes and edges supported') |
|
12 | 12 | ) |
|
13 | 13 | } |
|
14 | + | #' @export |
|
14 | 15 | as_tibble.grouped_tbl_graph <- function(x, active = NULL, ...) { |
|
15 | 16 | tbl <- NextMethod() |
|
16 | 17 | if (is.null(active)) { |
21 | 22 | tbl |
|
22 | 23 | } |
|
23 | 24 | #' @export |
|
25 | + | as_tibble.morphed_tbl_graph <- function(x, ...) { |
|
26 | + | as_tibble(crystallize(x)) |
|
27 | + | } |
|
28 | + | #' @export |
|
24 | 29 | tibble::as_tibble |
|
25 | 30 | ||
26 | 31 | #' @importFrom magrittr %>% |
Files | Coverage |
---|---|
R | -0.03% 47.89% |
src/get_paths.cpp | 0.00% |
Project Totals (47 files) | 47.24% |
54a5e59
36371e3