Adds test coverage reporting to a package, using either Codecov
(https://codecov.io
) or Coveralls (https://coveralls.io
).
use_coverage(type = c("codecov", "coveralls"), repo_spec = NULL) use_covr_ignore(files)
type | Which web service to use. |
---|---|
repo_spec | Optional GitHub repo specification in this form: |
files | Character vector of file globs. |