Skip to content

Commit 26ac886

Browse files
committed
fixing coverage report
1 parent fff66ce commit 26ac886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Coverage
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ['main']
66

77
jobs:
88
test:
@@ -15,8 +15,8 @@ jobs:
1515
uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: 8.2
18-
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
19-
coverage: none
18+
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv, xdebug
19+
coverage: xdebug
2020
- name: Install dependencies
2121
run: |
2222
composer require "laravel/framework:^10.0" "orchestra/testbench:8.*"

0 commit comments

Comments
 (0)