View source: R/map_testthat_snapshot.R
| map_testthat_snapshot | R Documentation | 
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"
)
| repo | character, Public GitHub repository | 
| branch | character, Name of the branch to checkout. Default: NULL | 
| PAT | character, GitHub Personal Access Token, Default: Sys.getenv("GITHUB_PAT") | 
| host | character, GitHub API host to use, Default: "api.github.com" | 
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.
tibble
covrpage clone install_github
Other utility: 
coverage_skip(),
covr_summary(),
map_testthat(),
map_test(),
package_name(),
testthat_summary()
## Not run: 
if(interactive()){
 map_testthat_snapshot('tidyverse/purrr')
 }
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.