Skip to content

Commit 112f6a9

Browse files
committed
Attempted revert to pcov
1 parent 25330b0 commit 112f6a9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,7 @@ 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: \
162-
error_reporting=E_ALL, \
163-
pcov.directory="${{ github.workspace }}",
164-
pcov.exclude="~(attributemap|bin|config|metadata|tests|vendor)~"
161+
ini-values: error_reporting=E_ALL, pcov.directory=.
165162
coverage: pcov
166163

167164
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)