Skip to content

Commit

Permalink
Merge pull request #43 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 3 to 5
  • Loading branch information
Jean85 authored Nov 20, 2024
2 parents 5d30c99 + 0552dc4 commit 40ba738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
run: "vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage-report.xml"

- name: Upload code coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
with:
files: coverage-report.xml
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 40ba738

Please sign in to comment.