Skip to content

Commit 441bfaa

Browse files
committed
add code coverage driver to workflow
1 parent 3f4d048 commit 441bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
php-version: ${{ matrix.php }}
2525
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
26-
coverage: none
26+
coverage: pcov
2727

2828
- name: Setup problem matchers
2929
run: |

0 commit comments

Comments
 (0)