Create covrpage badge for test status and date that is connected to the README.md created in the tests directory.
make_badge(remote_origin = NULL, active_branch = NULL, tinyurl = TRUE)
character, username/repo of the remote origin, Default: NULL
character, current active git branch, Default: NULL
boolean, convert badge uri to tinyurl link, Default: TRUE
character
if either inputs are NULL then the .git file is inspected to gather the information
Other setup:
tencrypt()
,
use_covrpage_vignette()
,
use_covrpage()