Skip to content

Commit

Permalink
Merge pull request #78 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 59ce66c + 729d91d commit 5895eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=coverage.xml"

- name: "Upload coverage"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: './coverage.xml'
files: './coverage.xml'
fail_ci_if_error: true
token: ${{ vars.CODECOV_TOKEN }}

Expand Down

0 comments on commit 5895eeb

Please sign in to comment.