Skip to content

Commit

Permalink
remove upload to coverage
Browse files Browse the repository at this point in the history
```
Using version ^0.1.0 for php-coveralls/php-coveralls
/home/runner/work/_temp/fdd15576-1111-4058-88fa-86864697f633.sh: line 2: vendor/bin/php-coveralls: No such file or directory
```
  • Loading branch information
neilmillard committed Mar 30, 2024
1 parent e7eb246 commit 32c080d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,3 @@ jobs:

- name: Tests
run: vendor/bin/phpunit --coverage-clover clover.xml

- name: Upload coverage results to Coveralls
if: matrix.analysis
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer require php-coveralls/php-coveralls -n -W
vendor/bin/php-coveralls --coverage_clover=clover.xml -v

0 comments on commit 32c080d

Please sign in to comment.