[mirror] Opinionated R package quickstart
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump codecov/codecov-action from 5 to 6

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
5f5c7966 e0ee1732

+1 -1
+1 -1
.github/workflows/test-coverage.yaml
··· 40 40 covr::to_cobertura(cov) 41 41 shell: Rscript {0} 42 42 43 - - uses: codecov/codecov-action@v5 43 + - uses: codecov/codecov-action@v6 44 44 with: 45 45 # Fail if error if not on PR, or if on PR and token is given 46 46 fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}