Skip to content

Commit

Permalink
skip coveralls on laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
pataar committed Jan 27, 2025
1 parent 8dcf4c7 commit 20a376f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
run: composer run-script test

- name: Coveralls
if: matrix.laravel-version != '9.*'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: php vendor/bin/php-coveralls -v --coverage_clover=build/logs/clover.xml

0 comments on commit 20a376f

Please sign in to comment.