Skip to content

Commit

Permalink
Merge pull request #54 from Jean85/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
Jean85 authored Nov 18, 2024
2 parents d2ed36b + f59c038 commit 284713b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
with:
dependency-versions: ${{ matrix.dependencies }}
- run: vendor/bin/phpunit --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: './coverage.xml'
files: './coverage.xml'
fail_ci_if_error: true
PHP-CS-Fixer:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 284713b

Please sign in to comment.