Skip to content

Commit

Permalink
Remove coverage for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickescobedo committed Jul 22, 2024
1 parent 6661aff commit fa5cc5c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,4 @@ jobs:
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
run: vendor/bin/phpunit --stop-on-failure --coverage-clover=clover.xml

- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.php }}-${{ matrix.laravel }}-coverage.xml
path: clover.xml
run: vendor/bin/phpunit

0 comments on commit fa5cc5c

Please sign in to comment.