Skip to content

Commit

Permalink
Merge branch 'php81'
Browse files Browse the repository at this point in the history
  • Loading branch information
radarlog committed Aug 29, 2021
2 parents 94246f2 + 913ffa0 commit 4bde929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
run: vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml

- name: Upload coverage results to Coveralls
if: matrix.experimental == false
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls --dev --no-interaction
composer require php-coveralls/php-coveralls --dev --no-interaction --with-all-dependencies
vendor/bin/php-coveralls --coverage_clover=build/logs/clover.xml --verbose

0 comments on commit 4bde929

Please sign in to comment.