Skip to content

Commit 746e5b3

Browse files
committed
fix coverage in github action
1 parent e87e646 commit 746e5b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
php-version: ${{ matrix.php }}
3232
extensions: dom, curl, libxml, mbstring, zip, pcntl, bcmath, soap, intl, gd, exif, iconv, imagick
33-
coverage: none
33+
coverage: pcov
3434

3535
- name: Install dependencies
3636
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor
22
composer.lock
33
.phpunit.result.cache
4+
build/logs/clover.xml

0 commit comments

Comments
 (0)