View source: R/run_covr_modes.R
| create_empty_covr_list | R Documentation |
This internal utility function returns a default coverage list structure used when test execution or mapping fails. It ensures consistent output format for downstream processing even when no valid test results are available.
create_empty_covr_list(pkg_name, error_message)
pkg_name |
A character string representing the name of the package. |
error_message |
A character string describing the reason for the fallback. |
A named list containing default coverage values, the provided error message, and placeholder notes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.