get_coverages | R Documentation |
get_coverage
get_coverages(
repo_full_names,
codecov_token = Sys.getenv("CODECOV_TOKEN"),
dbg = TRUE
)
repo_full_names |
vector with combination of username/repo (e.g. c("KWB-R/kwb.utils", "KWB-R/kwb.db")) |
codecov_token |
zenodo authentication token (default: Sys.getenv("CODECOV_TOKEN") |
dbg |
debug if TRUE (default: TRUE) |
data.frame with coverage percent and url for all provided repo_full_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.