We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f445ccb commit 1b6a046Copy full SHA for 1b6a046
.github/workflows/php.yml
@@ -74,6 +74,11 @@ jobs:
74
run: composer update --ignore-platform-reqs --prefer-dist --no-progress
75
76
- name: Run PHPUnit tests
77
+ if: matrix.php-versions != env.code-coverage-version
78
+ run: composer run-script phpunit --no-coverage
79
+
80
+ - name: Run PHPUnit tests with coverage
81
+ if: matrix.php-versions == env.code-coverage-version
82
run: composer run-script phpunit
83
84
- name: Run PHPStan
0 commit comments