Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
aleksanderbl29 authored Nov 27, 2024
2 parents a698fc5 + 9ed3bfd commit 7ff387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
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 }}
files: ./cobertura.xml
Expand Down

0 comments on commit 7ff387d

Please sign in to comment.