Skip to content

Commit 1489623

Browse files
committed
test: added new coverage
1 parent 325953b commit 1489623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
name: Upload coverage to Coveralls
8484
run: |
8585
composer global require php-coveralls/php-coveralls
86-
php-coveralls --verbose --exclude-no-stmt --ansi
86+
php-coveralls --coverage_clover=build/phpunit/logs/clover.xml --verbose --exclude-no-stmt --ansi
8787
env:
8888
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)