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
f792f9a
... +2 ...
5731e33
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
74 | 74 | if(interactive()) utils::setTxtProgressBar(ProgressBar, -1) |
|
75 | 75 | # Each MC of this list is a simulation set of each original community |
|
76 | 76 | # Build simulated MCs by picking simulated communities |
|
77 | - | SimMC <- lapply(seq_len(NumberOfSimulations), function(i) MetaCommunity(sapply(ResampledCs, function(mc) mc$Nsi[, i]), Weights=MC$Wi)) |
|
77 | + | SimMC <- lapply(seq_len(NumberOfSimulations), function(i) MetaCommunity(vapply(ResampledCs, function(mc) mc$Nsi[, i], FUN.VALUE=rep(0, MC$Nspecies)), Weights=MC$Wi)) |
|
78 | 78 | if(ShowProgressBar & interactive()) |
|
79 | 79 | utils::setTxtProgressBar(ProgressBar, -0) |
|
80 | 80 |
Files | Coverage |
---|---|
R | 76.29% |
Project Totals (59 files) | 76.29% |
5731e33
c02b3d0
e5eb38a
f792f9a