Skip to content

Commit

Permalink
Merge pull request #48 from Public-Health-Scotland/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
csillasch authored Nov 20, 2024
2 parents 759e371 + 162c374 commit 8d57e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ 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
plugin: noop
files: ./cobertura.xml
plugins: noop
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 8d57e60

Please sign in to comment.