Skip to content

Commit a385927

Browse files
committed
feat: adjust minimum coverage threshold in test execution for improved flexibility
1 parent 83f1c7c commit a385927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4444
4545
- name: Execute tests
46-
run: vendor/bin/pest --parallel --coverage --min=100 --compact
46+
run: vendor/bin/pest --parallel --coverage --min=80 --compact
4747

4848
- name: Execute php
4949
run: vendor/bin/pint --test

0 commit comments

Comments
 (0)