create_covr_list_no_skip: create covr_list when no tests are skipped

View source: R/run_covr_skip_stf.R

create_covr_list_no_skipR Documentation

create covr_list when no tests are skipped

Description

create covr_list when no tests are skipped

Usage

create_covr_list_no_skip(
  test_map,
  test_results_long,
  pkg_source_path,
  pkg,
  cov_env
)

Arguments

test_map

- R object with mapped tests

test_results_long

- cvr object with no tests skipped

pkg_source_path

- path to the package

pkg

- name of the package

cov_env

Environment that holds the temporary coverage workspace and shared state for the run.

Value

- summary cvr object


test.assessr documentation built on March 3, 2026, 1:06 a.m.