Commit bd7a0196 authored by Smolevich's avatar Smolevich

Use php-coveralls for coveralls

parent 3d04f595
......@@ -30,7 +30,7 @@ jobs:
run: |
docker-compose run --rm tests ./vendor/bin/phpunit --coverage-clover ./clover.xml
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./clover.xml
run: php${{matrix.php}} vendor/bin/php-coveralls -v
env:
COVERALLS_RUN_LOCALLY: ${{secrets.COVERALLS_RUN_LOCALLY}}
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment