Skip to content

Commit 706497a

Browse files
committed
Drop Coveralls file
1 parent 30d1e2e commit 706497a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.coveralls.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
env:
135135
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
COVERALLS_RUN_LOCALLY: 1
137-
run: vendor/bin/php-coveralls --verbose
137+
run: vendor/bin/php-coveralls --coverage_clover /tmp/coverage/clover.xml --json_path /tmp/coverage/coveralls.json
138138

139139
test_with-php-versions:
140140
runs-on: ubuntu-18.04

0 commit comments

Comments
 (0)