Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Mar 19, 2020
1 parent 17bfc28 commit d28d8fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ jobs:
- name: Test
run: composer test -- --coverage-clover=./build/logs/clover.xml

- name: Install php-coveralls
if: matrix.os == 'ubuntu-latest' && matrix.php-version == '7.4' && matrix.composer_flags == ''
run: composer require --dev php-coveralls/php-coveralls

- name: Collect coverage
if: matrix.os == 'ubuntu-latest' && matrix.php-version == '7.4' && matrix.composer_flags == ''
run: COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_RUN_LOCALLY=1 ./vendor/bin/php-coveralls -v
run: |
composer require --dev php-coveralls/php-coveralls
COVERALLS_REPO_TOKEN=${{ secrets.COVERALLS_REPO_TOKEN }} COVERALLS_RUN_LOCALLY=1 ./vendor/bin/php-coveralls -v

0 comments on commit d28d8fb

Please sign in to comment.