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
}
jimhester/covr documentation built on April 8, 2024, 1:48 p.m.