Skip to content

Commit bd7a019

Browse files
committed
Use php-coveralls for coveralls
1 parent 3d04f59 commit bd7a019

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/blank.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
docker-compose run --rm tests ./vendor/bin/phpunit --coverage-clover ./clover.xml
3232
- name: Coveralls Parallel
33-
uses: coverallsapp/github-action@master
34-
with:
35-
github-token: ${{ secrets.github_token }}
36-
path-to-lcov: ./clover.xml
33+
run: php${{matrix.php}} vendor/bin/php-coveralls -v
34+
env:
35+
COVERALLS_RUN_LOCALLY: ${{secrets.COVERALLS_RUN_LOCALLY}}
36+
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}

0 commit comments

Comments
 (0)