Skip to content

Commit 14185e6

Browse files
committed
Fix doc and S3 method consistency
1 parent 3dca46d commit 14185e6

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

R/summary_functions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ markers.coverage <- function(x, ...) {
233233

234234
}
235235

236-
markers.data.frame <- function(x, type = "test") { # nolint
236+
markers.data.frame <- function(x, ..., type = "test") { # nolint
237237
# generate the markers
238238
markers <- Map(function(filename, line, column) {
239239
list(

R/trace_tests.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ new_test_counter <- function(key) {
177177
#' `srcref` (or expression, if no source is available) at the same frame prior
178178
#' to entering into a package where `covr:::count` is called.
179179
#'
180-
#' @param key generated with [key()]
181180
#' @keywords internal
182181
#'
183182
#' @importFrom utils getSrcDirectory

man/update_current_test.Rd

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)