Skip to content

Commit 31d905b

Browse files
committed
Fix CI pipeline coverage configuration
- Ensure coverage metadata requirements are met for all test runs
1 parent 51710e0 commit 31d905b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
php-version: ${{ matrix.php }}
6060
extensions: json, mbstring, tokenizer
61-
coverage: none
61+
coverage: xdebug
6262
tools: composer:v2
6363

6464
- name: Get composer cache directory

0 commit comments

Comments
 (0)