Skip to content

Commit

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

Bump codecov/codecov-action from 1 to 4
  • Loading branch information
Jean85 committed Apr 8, 2024
2 parents f33b948 + 40b1740 commit 012ce83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
with:
dependency-versions: ${{ matrix.dependencies }}
- run: vendor/bin/phpunit --coverage-clover=coverage.xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: './coverage.xml'
fail_ci_if_error: true
PHP-CS-Fixer:
Expand Down

0 comments on commit 012ce83

Please sign in to comment.