[mirror] Opinionated R package quickstart
0
fork

Configure Feed

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

Merge pull request #9 from VisruthSK/dependabot/github_actions/codecov/codecov-action-6

Bump codecov/codecov-action from 5 to 6

authored by

Visruth Srimath Kandali and committed by
GitHub
94fc5189 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 }}