Skip to content

Commit f3c8e63

Browse files
committed
Added pcov extension for code coverage
1 parent ca4e7ad commit f3c8e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-suite-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
tools: composer:v2
5050
php-version: "${{ matrix.php-version }}"
5151
ini-values: memory_limit=-1, post_max_size=32M, upload_max_filesize=32M
52-
extensions: :psr, bcmath, dom, hash, json, mbstring, xml, xmlwriter, xmlreader, zlib, curl, fileinfo, openssl, sodium, zip
52+
extensions: :psr, bcmath, dom, hash, json, mbstring, xml, xmlwriter, xmlreader, zlib, curl, fileinfo, openssl, sodium, zip, pcov
5353

5454
- name: "List PHP Extensions"
5555
run: php -m

0 commit comments

Comments
 (0)