Skip to content

Commit

Permalink
test: 100 percent code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marcreichel committed Jan 27, 2025
1 parent be2bba4 commit cbfc9b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.4
coverage: none
coverage: xdebug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Composer install
Expand All @@ -37,4 +37,4 @@ jobs:
- name: Composer install
run: composer install --no-interaction --no-ansi --no-progress
- name: Run Tests
run: composer test
run: composer test:coverage

0 comments on commit cbfc9b5

Please sign in to comment.