codecov {covr} | R Documentation |
Run covr on a package and upload the result to codecov.io
codecov(..., coverage = NULL, base_url = "https://codecov.io", token = NULL, commit = NULL, branch = NULL, quiet = TRUE)
... |
arguments passed to |
coverage |
an existing coverage object to submit, if |
base_url |
Codecov url (change for Enterprise) |
token |
a codecov upload token, if |
commit |
explicitly set the commit this coverage result object
corresponds to. Is looked up from the service or locally if it is
|
branch |
explicitly set the branch this coverage result object
corresponds to, this is looked up from the service or locally if it is
|
quiet |
if |
## Not run: codecov(path = "test") ## End(Not run)