Skip to content

Commit 25330b0

Browse files
committed
Attempted revert to pcov
1 parent 1795c9d commit 25330b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
ini-values: \
162162
error_reporting=E_ALL, \
163163
pcov.directory="${{ github.workspace }}",
164-
pcov.exclude="/^(?:(?!(src|modules)).)*$/"
164+
pcov.exclude="~(attributemap|bin|config|metadata|tests|vendor)~"
165165
coverage: pcov
166166

167167
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)