R/covr.R
in_covr.Rd
covr functions set the environment variable R_COVR when they are running. in_covr() returns TRUE if this environment variable is set and FALSE otherwise.
R_COVR
in_covr()
TRUE
FALSE
if (require(testthat)) { testthat::skip_if(in_covr()) } #> Loading required package: testthat