Skip to content

Commit 857da9b

Browse files
committed
Attempted revert to pcov
1 parent b8386fd commit 857da9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ jobs:
158158
php-version: ${{ matrix.php-versions }}
159159
extensions: ctype, date, dom, hash, intl, json, mbstring, mysql, openssl, pcre, pdo, pdo_sqlite, spl, xml
160160
tools: composer:v2
161-
ini-values: error_reporting=E_ALL
162-
coverage: xdebug
161+
ini-values: error_reporting=E_ALL, pcov.directory=, pcov.exclude=/^(modules|src)$/
162+
coverage: pcov
163163

164164
- name: Setup problem matchers for PHP
165165
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)