Skip to content

Commit

Permalink
Merge pull request #24 from heiglandreas/send-coverage-to-codecov
Browse files Browse the repository at this point in the history
SEnd coverage to coveralls
  • Loading branch information
heiglandreas authored Aug 1, 2024
2 parents 7287411 + 3777da3 commit 976f4b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
run: composer install
- name: run testsuite
run: ./vendor/bin/phpunit --testdox --colors=always --coverage-clover clover.xml
- name: upload to codecov
uses: codecov/codecov-action@v1
with:
files: ./clover.xml
- name: Upload coverage results to Coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=clover.xml -v

0 comments on commit 976f4b2

Please sign in to comment.