Skip to content

Commit 5a3dd36

Browse files
authored
Merge pull request #26 from benjaminmal/fix/ci/coverage
Fix missing coverage
2 parents 29e64a7 + 1ad749e commit 5a3dd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php }}
33-
coverage: none
33+
coverage: pcov
3434
env:
3535
COMPOSER_TOKEN: ${{ secrets.PAT }}
3636

0 commit comments

Comments
 (0)