use_coverage | R Documentation |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.