wrapper for covrpage call with switches for running after-success on travis and deploying gh-pages.
covrpage_ci(path = getwd(), ...)
character, path to package, Default: getwd()
arguments to pass to covrpage
Other invoke:
covrpage_snapshot()
,
covrpage()
if (FALSE) {
if(interactive()){
covrpage_ci()
}
}