Using pcov as coverage provider

This commit is contained in:
Alex Renoki 2020-08-13 10:43:31 +03:00
parent 9966412d96
commit 43ef7fde93
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs:
with: with:
php-version: ${{ matrix.php }} php-version: ${{ matrix.php }}
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none coverage: pcov
- name: Install dependencies - name: Install dependencies
run: | run: |