Skip to content

Commit

Permalink
SEnd coverage to coveralls
Browse files Browse the repository at this point in the history
where it actually belongs...
  • Loading branch information
heiglandreas committed Aug 1, 2024
1 parent c1a9b36 commit 3777da3
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 3777da3

Please sign in to comment.