Skip to content

Commit

Permalink
👌
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3Mouk committed May 30, 2020
1 parent 57b98d8 commit a1a83f5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -38,8 +38,10 @@ jobs:
- name: PHPUnit
run: vendor/bin/phpunit

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: /tmp/coverage.xml
- name: Coveralls upload
run: |
composer require --prefer-dist --no-progress --no-suggest --ansi cedx/coveralls
export PATH="$PATH:$HOME/.composer/vendor/bin"
coveralls /tmp/coverage.xml
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a1a83f5

Please sign in to comment.