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
2bd330e
... +0 ...
b64ec7c
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
304 | 304 | stopOnLine(lineNum, file[lineNum], e) |
|
305 | 305 | }) |
|
306 | 306 | if (is.function(func)) { |
|
307 | - | assign("__plump_block_check__", TRUE, envir = envir) |
|
308 | - | on.exit(rm("__plump_block_check__", envir = envir), add = TRUE) |
|
307 | + | assign(".__plump_block_check__", TRUE, envir = envir) |
|
308 | + | on.exit(rm(".__plump_block_check__", envir = envir), add = TRUE) |
|
309 | 309 | fpr <- func(pr) |
|
310 | - | if (inherits(fpr, "Plumber") && !isTRUE(fpr$environment[["__plump_block_check__"]])) { |
|
310 | + | if (inherits(fpr, "Plumber") && !isTRUE(fpr$environment[[".__plump_block_check__"]])) { |
|
311 | 311 | stopOnLine(lineNum, file[lineNum], "Plumber object returned is not the same as the one in argument.") |
|
312 | 312 | } |
|
313 | 313 | return() |
Files | Coverage |
---|---|
R | 80.38% |
Project Totals (35 files) | 80.38% |
#710
b64ec7c
#710
2bd330e