Skip to content

Commit

Permalink
Merge branch '2.x' into dependabot/github_actions/ramsey/composer-ins…
Browse files Browse the repository at this point in the history
…tall-3
  • Loading branch information
Jean85 committed Apr 8, 2024
2 parents 065a04c + 012ce83 commit b9e6bb0
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 b9e6bb0

Please sign in to comment.