Skip to content

Commit

Permalink
Merge 3833245 into af8a5e1
Browse files Browse the repository at this point in the history
  • Loading branch information
Smolevich committed Nov 11, 2019
2 parents af8a5e1 + 3833245 commit b2550fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -41,7 +41,10 @@ jobs:
run: vendor/bin/phpunit
- name: Send to coveralls
if: matrix.php-versions == '7.2'
run: php vendor/bin/php-coveralls -v
run: |
composer global require cedx/coveralls
export PATH="$PATH:~/.composer/vendor/bin/"
coveralls build/logs/clover.xml
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b2550fe

Please sign in to comment.