Run package_coverage ignoring failing tests from test_dir.

coverage_skip(test_path = "tests/testthat", test_skip = NULL)

Arguments

test_path

character, path to test directory, Default: 'tests/testthat'

test_skip

data.frame, mapping of failing tests, PARAM_DESCRIPTION, Default: NULL

Details

If test_skip is NULL then a new test_dir will be run internally checking for failing tests.