disabled coverage

This commit is contained in:
denisdulici 2019-11-19 11:14:35 +03:00
parent 709c2fbae1
commit 1cd26f948a

View File

@ -22,9 +22,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extension-csv: mbstring, dom, fileinfo
- name: Disable XDebug
run: phpenv config-rm xdebug.ini || return
coverage: none
- name: Copy .env
run: cp .env.testing .env