Skip to content

Commit

Permalink
Merge branch '2.x' into dependabot/composer/vimeo/psalm-tw-4.3or-tw-5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Apr 8, 2024
2 parents ab3188d + 012ce83 commit e5cd243
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 e5cd243

Please sign in to comment.