Skip to content

Commit 96c4618

Browse files
committed
Add cedx/coveralls
1 parent bad7def commit 96c4618

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ jobs:
3939
- name: Send coveralls
4040
run: |
4141
ls -alt
42-
echo $COVERALLS_REPO_TOKEN
43-
export CI_BRANCH=$GITHUB_REF
44-
php vendor/bin/php-coveralls -v
42+
composer global require cedx/coveralls
43+
coveralls build/logs/clover.xml
4544
env:
4645
COVERALLS_RUN_LOCALLY: 1
4746
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)