Skip to content

Commit

Permalink
fix: add coverage driver to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Dec 12, 2024
1 parent f049ded commit 57b65f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: xdebug
- name: Generate coverage report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 57b65f9

Please sign in to comment.