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
c61b81c
... +0 ...
0edcc52
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
483 | 483 | color_by <- "Sample" |
|
484 | 484 | } |
|
485 | 485 | } |
|
486 | - | if (color_by != "Sample") { |
|
486 | + | if ( (!is.character(color_by) && length(color_by) == 1) || color_by != "Sample") { |
|
487 | 487 | col_data <- mvaresults$col_data %>% |
|
488 | 488 | as.data.frame() %>% |
|
489 | 489 | rownames_to_column("Sample") |
Files | Coverage |
---|---|
R | 94.38% |
Project Totals (17 files) | 94.38% |
0edcc52
c61b81c