tests/testthat/TestPrint/R/TestPrint.R

#' an example function
#'
#' @export
test_me <- function(x, y) {
  if (TRUE) { x + y } else { 0 } # nolint
}
r-lib/covr documentation built on April 9, 2024, 2:14 p.m.