View source: R/coverage_skip.R
| coverage_skip | R Documentation | 
Run package_coverage ignoring failing tests from test_dir.
coverage_skip(test_path = "tests/testthat", test_skip = NULL)
| test_path | character, path to test directory, Default: 'tests/testthat' | 
| test_skip | data.frame, mapping of failing tests, PARAM_DESCRIPTION, Default: NULL | 
If test_skip is NULL then a new test_dir will be run internally checking for failing tests.
test_dir
package_coverage
Other utility: 
covr_summary(),
map_testthat_snapshot(),
map_testthat(),
map_test(),
package_name(),
testthat_summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.