Skip to content

Commit bfd08cf

Browse files
committed
remove coveralls
1 parent 2e6c852 commit bfd08cf

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,3 @@ jobs:
3737

3838
- name: Tests
3939
run: vendor/bin/phpunit --coverage-clover clover.xml
40-
41-
- name: Upload coverage results to Coveralls
42-
if: matrix.analysis
43-
env:
44-
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
run: |
46-
composer require php-coveralls/php-coveralls -n -W
47-
vendor/bin/php-coveralls --coverage_clover=clover.xml -v

0 commit comments

Comments
 (0)