1
0
mirror of synced 2024-11-21 21:06:07 +03:00

XDebug instead pcov (#95)

This commit is contained in:
Akolzin Dmitry 2020-11-25 20:53:56 +03:00 committed by GitHub
parent f8ba3b1503
commit d77cb53f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
ini-values: pcov.directory=lib
coverage: pcov
coverage: xdebug
- name: Composer cache
uses: actions/cache@v2
with: