Skip to content

Commit

Permalink
Disable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmccreary committed Aug 11, 2023
1 parent 33734bd commit 1cdee79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
php-version: '8.2'
tools: phplint, laravel/pint
coverage: none
- name: Check syntax
run: phplint . --exclude=tests/fixtures
- name: Check code style
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
php-version: 8.1
tools: humbug/box
coverage: none
- name: Install the dependencies
run: COMPOSER=composer-dev.json composer install --prefer-dist --no-progress
- name: Create the PHAR file.
Expand Down

0 comments on commit 1cdee79

Please sign in to comment.