1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 11:54:52 +01:00

Try to re-enable coveralls

This commit is contained in:
Nikita Popov 2020-12-08 23:17:41 +01:00
parent 0f64504317
commit 7c09e096c9

View File

@ -23,10 +23,11 @@ jobs:
composer update --no-progress --prefer-dist
- name: "Tests"
run: "php vendor/bin/phpunit --coverage-clover build/logs/clover.xml"
# This is erroring, not sure why.
# - name: Coveralls
# run: "php vendor/bin/php-coveralls"
# if: ${{ success() }}
- name: Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: "php vendor/bin/php-coveralls"
if: ${{ success() }}
tests:
runs-on: "ubuntu-latest"
name: "PHP ${{ matrix.php-version }} Unit Tests"