Skip to content

Commit

Permalink
Fix doc and S3 method consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Oct 10, 2023
1 parent 3dca46d commit 14185e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion R/summary_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ markers.coverage <- function(x, ...) {

}

markers.data.frame <- function(x, type = "test") { # nolint
markers.data.frame <- function(x, ..., type = "test") { # nolint
# generate the markers
markers <- Map(function(filename, line, column) {
list(
Expand Down
1 change: 0 additions & 1 deletion R/trace_tests.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ new_test_counter <- function(key) {
#' `srcref` (or expression, if no source is available) at the same frame prior
#' to entering into a package where `covr:::count` is called.
#'
#' @param key generated with [key()]
#' @keywords internal
#'
#' @importFrom utils getSrcDirectory
Expand Down
3 changes: 0 additions & 3 deletions man/update_current_test.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14185e6

Please sign in to comment.