Return the code coverage of the package.

get_code_coverage(repo_name, user_name = NULL)

Arguments

repo_name

Name of the package.

user_name

GitHub user or organization name.

Examples

# NOT RUN {
get_code_coverage("dplyr", "rsquaredacademy")
# }