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 3f4d048 commit 441bfaaCopy full SHA for 441bfaa
.github/workflows/run-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
php-version: ${{ matrix.php }}
25
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
26
- coverage: none
+ coverage: pcov
27
28
- name: Setup problem matchers
29
run: |
0 commit comments