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
c95463e
... +1 ...
e72141a
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
171 | 171 | data = INLA::inla.stack.data(in_stack, spde = spde), |
|
172 | 172 | control.predictor = list(A = INLA::inla.stack.A(in_stack), |
|
173 | 173 | compute = TRUE), |
|
174 | - | control.fixed = list(expand.factor.strategy = "inla") |
|
174 | + | control.fixed = list(expand.factor.strategy = "inla"), |
|
175 | + | ... |
|
175 | 176 | ) |
|
176 | 177 | ||
177 | 178 | rmse <- |
268 | 269 | data = INLA::inla.stack.data(in_stack, spde = spde), |
|
269 | 270 | control.predictor = list(A = INLA::inla.stack.A(in_stack), |
|
270 | 271 | compute = TRUE), |
|
271 | - | control.fixed = list(expand.factor.strategy = "inla") |
|
272 | + | control.fixed = list(expand.factor.strategy = "inla"), |
|
273 | + | ... |
|
272 | 274 | ) |
|
273 | 275 | ||
274 | 276 |
Files | Coverage |
---|---|
R | 90.49% |
Project Totals (14 files) | 90.49% |
e72141a
e34b1bd
c95463e