use_coverage {usethis} | R Documentation |
Test coverage
Description
Adds test coverage reporting to a package, using either Codecov
(https://codecov.io
) or Coveralls (https://coveralls.io
).
Usage
use_coverage(type = c("codecov", "coveralls"), repo_spec = NULL)
use_covr_ignore(files)
Arguments
type |
Which web service to use. |
repo_spec |
Optional GitHub repo specification in this form: |
files |
Character vector of file globs. |
[Package usethis version 3.0.0 Index]