pkgCoverage: Code coverage test packages.

Description Usage Arguments Details Value Author(s) See Also Examples

Description

pkgCoverage computes the code coverage that a packages's unit testing suite provides it.

Usage

1
pkgCoverage(filepaths, test.dir = NULL, ...)

Arguments

packages

character vector of directory paths to package source directories.

test.dir

character containing the relative file path to the tests directory.

...

parameters to pass onto reportCoverage

Details

This function is for package source directories.

The function will attempt to detect the directory and type of tests used if no test.dir parameter is passed. See reportCoverage for descriptions of additional parameters.

Value

List containing coverage values and test enviroment. Side effect: A webpage of the report(s) will be opened.

Author(s)

Mango Solutionssupport@mango-solutions.com

See Also

reportCoverage, cranCoverage, testCoverage

Examples

1
2
3
4
5
6
## Not run: 
pkgCoverage(
 filepaths = system.file("examples/add/", package = "testCoverage"),
 test.dir = "inst/tests/testthat/tests1")

## End(Not run)

MangoTheCat/testCoverage documentation built on May 7, 2019, 2:24 p.m.