Skip to content

Commit

Permalink
Merge pull request #7 from noclocks/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
jimbrig authored Nov 17, 2024
2 parents 3eb1690 + cd3536a commit 391ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
covr::to_cobertura(cov)
shell: Rscript {0}

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
file: ./cobertura.xml
Expand Down

0 comments on commit 391ce47

Please sign in to comment.