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
10b05a3
... +1 ...
2c4cd2d
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
431 | 431 | # check arguments |
|
432 | 432 | cl <- as.list(match.call())[-1L] |
|
433 | 433 | if ("overwrite" %in% names(cl)) { |
|
434 | - | stop("Argument `overwite` in `st_write()` is deprecated, use `delete_layer` instead.", call. = FALSE) |
|
434 | + | stop("Argument `overwrite` in `st_write()` is deprecated, use `delete_layer` instead.", call. = FALSE) |
|
435 | 435 | } |
|
436 | 436 | ||
437 | 437 | check_append_delete(append, delete_layer) |
2c4cd2d
061e6f3
10b05a3