Skip to content

Commit 3d8ba5b

Browse files
committed
Enable coverage
1 parent 0176f3e commit 3d8ba5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run-tests-L7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
uses: shivammathur/setup-php@v2
3030
with:
3131
php-version: ${{ matrix.php }}
32-
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv, xdebug
33-
coverage: none
32+
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
33+
coverage: xdebug
3434

3535
- name: Install dependencies
3636
run: |

.github/workflows/run-tests-L8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php }}
3232
extensions: curl, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, iconv
33-
coverage: none
33+
coverage: xdebug
3434

3535
- name: Install dependencies
3636
run: |

0 commit comments

Comments
 (0)