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
97c2ee1
... +0 ...
6dfc20e
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
548 | 548 | #' |
|
549 | 549 | #' @noRd |
|
550 | 550 | codes_as_ints <- function(char_vect) { |
|
551 | - | if (any(tolower(char_vect) %in% c("all", "total", "ag1", "ag2", "ag3", "ag4", "ag5"))) { |
|
551 | + | if (any(tolower(char_vect) %in% c("all", "total", "ag1", "ag2", "ag3", "ag4", "ag5", "ag6"))) { |
|
552 | 552 | return(TRUE) |
|
553 | 553 | } |
|
554 | 554 | as_ints <- suppressWarnings(as.integer(char_vect)) |
Files | Coverage |
---|---|
R | 77.33% |
Project Totals (9 files) | 77.33% |
6dfc20e
97c2ee1