View source: R/get_repo_infos.R View source: R/get_coverages.R
get_coverage | R Documentation |
get_coverage
get_coverage(
repo_full_name,
codecov_token = Sys.getenv("CODECOV_TOKEN"),
dbg = TRUE
)
repo_full_name |
one combination of username/repo (e.g."KWB-R/kwb.db") |
codecov_token |
codecov authentication token (default: Sys.getenv("CODECOV_TOKEN")) |
dbg |
debug if TRUE (default: TRUE) |
codecov coverage in percent for provided repo_full_name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.