Runs a covrpage on a GitHub repository in a sterile environment
map_testthat_snapshot(
repo,
branch = NULL,
PAT = Sys.getenv("GITHUB_PAT"),
host = "api.github.com"
)character, Public GitHub repository
character, Name of the branch to checkout. Default: NULL
character, GitHub Personal Access Token, Default: Sys.getenv("GITHUB_PAT")
character, GitHub API host to use, Default: "api.github.com"
tibble
Creates a markdown output that is sent to the internal viewer.
Setting branch to NULL means that clone will use the remote's default branch.
Other utility:
coverage_skip(),
covr_summary(),
map_testthat(),
map_test(),
package_name(),
testthat_summary()
if (FALSE) {
if(interactive()){
map_testthat_snapshot('tidyverse/purrr')
}
}