Code Coverage of a Package
Usage
coverage(pkg = ".", dest_dir = tempdir(), ...)Arguments
- pkg
A
characterstring specifying the path to the package.- dest_dir
A
characterstring specifying the path to the output directory.- ...
Further parameters to be passed to
covr::package_coverage().