Score a package for unit test coverage
Source:R/assess_covr_coverage.R
metric_score.pkg_metric_covr_coverage.Rd
Returns the overall test coverage from a covr coverage report
Usage
# S3 method for class 'pkg_metric_covr_coverage'
metric_score(x, ...)
Examples
if (FALSE) metric_score(assess_covr_coverage(pkg_ref("riskmetric")))
# \dontrun{}