Skip to content

Commit 225d2c0

Browse files
committed
Lowered coverage minimum
1 parent db23dc0 commit 225d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
3636
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
3737
- name: Execute tests
38-
run: XDEBUG_MODE=coverage php vendor/bin/pest --coverage --min=85
38+
run: XDEBUG_MODE=coverage php vendor/bin/pest --coverage --min=80

0 commit comments

Comments
 (0)