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
9f98932
... +0 ...
8c34440
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
115 | 115 | #' @rdname cv.sail |
|
116 | 116 | #' @export |
|
117 | 117 | cv.sail <- function(x, y, e, ..., |
|
118 | - | weights, |
|
118 | + | weights=NULL, |
|
119 | 119 | lambda = NULL, |
|
120 | 120 | type.measure = c("mse", "deviance", "class", "auc", "mae"), |
|
121 | 121 | nfolds = 10, foldid, grouped = TRUE, keep = FALSE, parallel = FALSE) { |
Files | Coverage |
---|---|
R | 84.14% |
Project Totals (8 files) | 84.14% |
#21
8c34440
9f98932