Skip to contents

get_coverage

Usage

get_coverages(
  repo_full_names,
  codecov_token = Sys.getenv("CODECOV_TOKEN"),
  dbg = TRUE
)

Arguments

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)

Value

data.frame with coverage percent and url for all provided repo_full_names