Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
jimbrig authored Nov 14, 2024
2 parents 1370588 + 913592c commit 6428b36
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 @@ -39,7 +39,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 6428b36

Please sign in to comment.