Skip to content

Commit 1795c9d

Browse files
committed
Attempted revert to pcov
1 parent 566f7f1 commit 1795c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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="/^(?:(?!(src|modules)).)*$/"
165165
coverage: pcov
166166

167167
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)