We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214f611 commit ea6c45bCopy full SHA for ea6c45b
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
php-version: ${{ matrix.php }}
36
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
37
- coverage: none
+ coverage: pcov
38
39
- name: Install dependencies
40
run: |
0 commit comments