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:
parent
0f64504317
commit
7c09e096c9
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user