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
cd851f4
... +0 ...
76796b8
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
4 | 4 | #' `r lifecycle::badge("superseded")` |
|
5 | 5 | #' |
|
6 | 6 | #' `do()` is superseded as of dplyr 1.0.0, because its syntax never really |
|
7 | - | #' felt like it belong with the rest of dplyr. It's replaced by a combination |
|
7 | + | #' felt like it belonged with the rest of dplyr. It's replaced by a combination |
|
8 | 8 | #' of [summarise()] (which can now produce multiple rows and multiple columns), |
|
9 | 9 | #' [nest_by()] (which creates a [rowwise] tibble of nested data), |
|
10 | 10 | #' and [across()] (which allows you to access the data for the "current" group). |
#6153
76796b8
cd851f4