Skip to content

Commit

Permalink
Skip coverage for utils.R
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <[email protected]>
  • Loading branch information
psychelzh committed Jul 20, 2024
1 parent 6a0fb36 commit b965ae7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# nocov start

#' Get the names of the user properties.
#'
#' @return A character vector of the names.
#' @export
get_users_props_names <- function() {
users_props$alias # nolint nocov
users_props$alias # nolint
}

package_file <- function(type, file) {
Expand All @@ -16,3 +18,5 @@ package_file <- function(type, file) {
read_file <- function(file) {
paste0(readLines(file), collapse = "\n")
}

# nocov end

0 comments on commit b965ae7

Please sign in to comment.