Skip to content

Commit

Permalink
Setup local env for coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
peter279k committed Apr 7, 2020
1 parent 7414e21 commit d9f4cbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
- name: Run tests
run: ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml

- name: Code coverage uploading
- name: Send code clover file to coveralls.io
run: ./vendor/bin/php-coveralls -v
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit d9f4cbc

Please sign in to comment.