Require pcov

This commit is contained in:
Marcus Bointon 2021-02-18 12:39:35 +01:00
parent f4910c8b0d
commit 9ff9932ca7
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ jobs:
php-version: ${{ matrix.php }}
coverage: pcov
ini-values: sendmail_path=/usr/sbin/sendmail -t -i, zend.multibyte=1, zend.script_encoding=UTF-8, default_charset=UTF-8
extensions: imap, mbstring, ctype, filter, hash
extensions: pcov, imap, mbstring, ctype, filter, hash
- name: Setup PCOV
- name: Set up PCOV
if: matrix.php < '7.2'
run: |
composer require pcov/clobber