Skip to content

Commit

Permalink
use xdebug for coverage extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Apr 12, 2024
1 parent 65c61b5 commit 973ed14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
php-version: ["8.0", "8.1", "8.2", "8.3"]
experimental: [false]
os: [ubuntu-latest]
coverage-extension: [pcov]
steps:
- uses: actions/checkout@v4
- name: Use php ${{ matrix.php-version }}
Expand All @@ -36,6 +35,7 @@ jobs:
coverage: ${{ matrix.coverage-extension }}
extensions: xdebug, bcmath, curl, date, gd, hash, imagick, json, mbstring, openssl, pcre, zlib
ini-values: display_errors=on, error_reporting=-1, zend.assertions=1
coverage: xdebug
- name: List php modules
run: php -m
- name: List php modules using "no php ini" mode
Expand Down

0 comments on commit 973ed14

Please sign in to comment.