We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d1e2e commit 706497aCopy full SHA for 706497a
.coveralls.yml
.github/workflows/ci.yml
@@ -134,7 +134,7 @@ jobs:
134
env:
135
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136
COVERALLS_RUN_LOCALLY: 1
137
- run: vendor/bin/php-coveralls --verbose
+ run: vendor/bin/php-coveralls --coverage_clover /tmp/coverage/clover.xml --json_path /tmp/coverage/coveralls.json
138
139
test_with-php-versions:
140
runs-on: ubuntu-18.04
0 commit comments