wrapper for covrpage call with switches for running after-success on travis and deploying gh-pages.

covrpage_ci(path = getwd(), ...)

Arguments

path

character, path to package, Default: getwd()

...

arguments to pass to covrpage

See also

Other invoke: covrpage_snapshot(), covrpage()

Examples

if (FALSE) {
if(interactive()){
 covrpage_ci()
 }
}