Skip to content

Commit

Permalink
Merge pull request #24 from facile-it/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
Jean85 authored Nov 18, 2024
2 parents 646d848 + 5c906e0 commit 2e852bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
run: vendor/bin/infection --show-mutations
- name: Upload code coverage
if: matrix.description != 'Infection'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: build/coverage-report.xml
files: build/coverage-report.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2e852bb

Please sign in to comment.