report: Display covr results using a standalone report
Description
Display covr results using a standalone report
Usage
report(
x = package_coverage(),
file = file.path(tempdir(), paste0(get_package_name(x), "-report.html")),
browse = interactive()
)
Arguments
- x
a coverage dataset, defaults to running package_coverage()
.
- file
The report filename.
- browse
whether to open a browser to view the report.
Examples
Run this codeif (FALSE) {
x <- package_coverage()
report(x)
}
Run the code above in your browser using DataLab