-
Notifications
You must be signed in to change notification settings - Fork 295
ci: less coverage runs #12125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: less coverage runs #12125
Conversation
d76e357 to
33c7a97
Compare
|
Iteration 1: 1x unit -0.26% Iteration 2: 1x unit -26.81% Iteration 3: 1x unit -0.21% Iteration 4: Same as Iteration 3, just with a reworded commit message. 1x unit -0.21% Iteration 5: Same as Iteration 3 and 4, just another rebase to ensure the branch is not behind. 1x unit -0.21% |
Signed-off-by: Daniel Kesselberg <[email protected]>
33c7a97 to
e4bb57c
Compare
| nextcloud-version: ${{ matrix.nextcloud-versions }} | ||
| php-version: ${{ matrix.php-versions }} | ||
| php-coverage: 'xdebug' | ||
| php-coverage: ${{ matrix.coverage && 'xdebug' || 'none' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GitHub provides a way to create conditional logic in expressions using binary logical operators (&& and ||). This pattern can be used to achieve similar functionality to the ternary operator (?:) found in many programming languages, while actually using only binary operators.
TIL
|
/backport to stable5.6 |

Fix #10475
This PR:
Main: