Skip to content

Commit

Permalink
Try to re-enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Dec 8, 2020
1 parent 0f64504 commit 7c09e09
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7c09e09

Please sign in to comment.