Skip to content

Commit

Permalink
Merge pull request #799 from overblog/fix-coveralls-ref
Browse files Browse the repository at this point in the history
Fix coveralls variables envs
  • Loading branch information
mcg-web authored Dec 26, 2020
2 parents b637ccb + d6c6a0d commit 59d8a6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,7 @@ jobs:
- name: "Upload coverage results to Coveralls"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 comments on commit 59d8a6d

Please sign in to comment.