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
e84b49d
... +0 ...
b18b6fe
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
215 | 215 | short_fcts <- gsub("http://tun.fi/", "", short_fcts) |
|
216 | 216 | ||
217 | 217 | short_fcts <- abbreviate( |
|
218 | - | short_fcts, 8L, FALSE, strict = TRUE, method = "both.sides" |
|
218 | + | short_fcts, 9 - ceiling(log10(length(short_fcts) + .1)), FALSE, |
|
219 | + | strict = TRUE, method = "both.sides" |
|
219 | 220 | ) |
|
220 | 221 | short_fcts <- paste0("f", seq_along(short_fcts), short_fcts) |
|
221 | 222 |
Files | Coverage |
---|---|
R | 100.00% |
Project Totals (19 files) | 100.00% |
b18b6fe
e84b49d