inst/r_buildsteps/codecov_tests.R

remotes::install_deps(dependencies = TRUE)
remotes::install_local()
cv <- covr::package_coverage()
up <- covr::codecov(coverage = cv,
              commit = "$COMMIT_SHA", branch = "$BRANCH_NAME",
              quiet = FALSE)
up
if (!up$uploaded) stop("Error uploading codecov reports")

Try the googleCloudRunner package in your browser

Any scripts or data that you put into this service are public.

googleCloudRunner documentation built on March 18, 2022, 8 p.m.