Use pcov instead of xdebug because it is much faster

This commit is contained in:
Adrien Crivelli 2022-11-29 11:09:02 +01:00
parent 803cdee4f3
commit 20f3a3e370
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874

View File

@ -96,7 +96,7 @@ jobs:
with: with:
php-version: 7.4 php-version: 7.4
extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib extensions: ctype, dom, gd, iconv, fileinfo, libxml, mbstring, simplexml, xml, xmlreader, xmlwriter, zip, zlib
coverage: xdebug coverage: pcov
- name: Get composer cache directory - name: Get composer cache directory
id: composer-cache id: composer-cache