Skip to content

Commit

Permalink
Try fixing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jul 21, 2021
1 parent c329ebd commit e09cdf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
extensions: "intl, zip, xdebug"
extensions: "intl, zip"
ini-values: "memory_limit=-1, phar.readonly=0, error_reporting=E_ALL, display_errors=On"
php-version: "7.4"
tools: composer
coverage: xdebug2

- name: "Update dependencies"
run: "composer update ${{ env.COMPOSER_FLAGS }}"
Expand Down

0 comments on commit e09cdf1

Please sign in to comment.