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, pr = NULL, flags = 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
|
| pr | explicitly set the pr this coverage result object corresponds to,
this is looked up from the service if it is |
| flags | A flag to use for this coverage upload see https://docs.codecov.io/docs/flags for details. |
| quiet | if |
if (FALSE) { codecov(path = "test") }