Skip to content

Commit 20f3a3e

Browse files
committed
Use pcov instead of xdebug because it is much faster
1 parent 803cdee commit 20f3a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
php-version: 7.4
9898
extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib
99-
coverage: xdebug
99+
coverage: pcov
100100

101101
- name: Get composer cache directory
102102
id: composer-cache

0 commit comments

Comments
 (0)