Skip to content

Commit

Permalink
Fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
plietar committed Feb 27, 2024
1 parent 57c8ec3 commit ee3619b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/bitset.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#'
#' @noRd
bitset_method_doc <- function(name, description, static = FALSE, ...) {
# nocov start: this is only used for documentation generation
lines <- character()
push <- function(...) lines <<- c(lines, ...)

Expand All @@ -32,6 +33,7 @@ bitset_method_doc <- function(name, description, static = FALSE, ...) {
push("}")

cat(paste(lines, collapse="\n"))
# nocov end
}

#' @title A Bitset Class
Expand Down

0 comments on commit ee3619b

Please sign in to comment.