We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5561f8 commit 05b9940Copy full SHA for 05b9940
1 file changed
.github/workflows/tests.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Run test suite with coverage
51
if: matrix.php == '8.4' && matrix.stability == 'prefer-stable'
52
- run: vendor/bin/pest --coverage --min=80
+ run: composer test-coverage
53
54
- name: Run PHPStan
55
0 commit comments