tests/testthat/TestSummary/R/TestSummary.R

#' an example function
#'
#' @export
test_me <- function(x, y){
  if (TRUE)
    x + y
  else
    x - y
}

#' @export
dont_test_me <- function(x, y){
  x * y
}
r-lib/covr documentation built on Feb. 6, 2025, 8:24 p.m.