Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Feb 25, 2023
1 parent 3fcb2f3 commit e2f8ed2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ jobs:
vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.REPO_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -v
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.REPO_TOKEN }}

0 comments on commit e2f8ed2

Please sign in to comment.