# code coverage
Sys.setenv(NOT_CRAN = "true")
cov <- covr::package_coverage(function_exclusions = "quick_delin")
covr::report(cov)
# commit first
covr::codecov(coverage = cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.