coverage_skip: Run covr with failing tests

View source: R/coverage_skip.R

coverage_skipR Documentation

Run covr with failing tests

Description

Run package_coverage ignoring failing tests from test_dir.

Usage

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.

See Also

test_dir package_coverage

Other utility: covr_summary(), map_testthat_snapshot(), map_testthat(), map_test(), package_name(), testthat_summary()


yonicd/covrpage documentation built on Feb. 23, 2023, 6:58 p.m.