Skip to content

Commit 619fd88

Browse files
nficanoclaude
andcommitted
ci: enable pcov coverage driver
phpunit.xml.dist requests a coverage report but the workflow set `coverage: none`, producing a "No code coverage driver available" warning that combined with `failOnWarning="true"` failed the build. pcov is the lightweight driver appropriate for CI coverage capture. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9ce9671 commit 619fd88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
php-version: ${{ matrix.php }}
5353
extensions: pdo, pdo_sqlite, mbstring, json
54-
coverage: none
54+
coverage: pcov
5555
tools: composer:v2
5656

5757
- name: Get composer cache directory

0 commit comments

Comments
 (0)