Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 1cdee79

Browse files
committed
Disable coverage
1 parent 33734bd commit 1cdee79

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
with:
1414
php-version: '8.2'
1515
tools: phplint, laravel/pint
16+
coverage: none
1617
- name: Check syntax
1718
run: phplint . --exclude=tests/fixtures
1819
- name: Check code style

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
php-version: 8.1
3333
tools: humbug/box
34+
coverage: none
3435
- name: Install the dependencies
3536
run: COMPOSER=composer-dev.json composer install --prefer-dist --no-progress
3637
- name: Create the PHAR file.

0 commit comments

Comments
 (0)