
Setup GitHub Actions to report code coverage
Source:R/add_github_actions_codecov.R
add_github_actions_codecov.RdThis function creates a configuration file (.yaml) to setup GitHub Actions
to report code coverage when testing the package.
This workflow is derived
from https://github.com/r-lib/actions/tree/v2-branch/examples.
This file will be written as .github/workflows/test-coverage.yaml.