Skip to content

Commit 3c52a41

Browse files
authored
Update build.yml
1 parent 851a7f8 commit 3c52a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
194194
run: |
195195
composer require twinh/php-coveralls --dev && \
196-
vendor/bin/php-coveralls --verbose --coverage_clover=tests/tmp/clover.xml
196+
vendor/bin/php-coveralls --verbose --coverage_clover=tests/tmp/clover.xml --json_path=tests/tmp/coveralls-upload.json
197197
198198
static-analysis:
199199
name: "PHPStan"

0 commit comments

Comments
 (0)