report {covr} | R Documentation |
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 |
file |
The report filename. |
browse |
whether to open a browser to view the report. |
Examples
## Not run:
x <- package_coverage()
report(x)
## End(Not run)
[Package covr version 3.6.4 Index]