Skip to content

Commit 688db08

Browse files
committed
update PHPUnit workflow to enable coverage reporting with pcov extension
Signed-off-by: binsky <timo@binsky.org>
1 parent 522d5f2 commit 688db08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
php-version: ${{ matrix.php-versions }}
101101
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite
102-
coverage: none
102+
coverage: pcov
103103
ini-file: development
104104
ini-values: disable_functions=
105105
env:

0 commit comments

Comments
 (0)