yiisoft / active-record

Active Record database abstraction layer
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
65 stars 27 forks source link

Remove `$throwException` from `ActiveRecordInterface::relationQuery()` #336

Closed Tigrov closed 1 month ago

Tigrov commented 1 month ago
Q A
Is bugfix?
New feature?
Breaks BC? ✔️
Fixed issues #331 #308
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 85.71429% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 87.61%. Comparing base (dab8d68) to head (c96cf1b).

Files Patch % Lines
src/AbstractActiveRecord.php 84.61% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #336 +/- ## ============================================ + Coverage 87.50% 87.61% +0.11% + Complexity 610 599 -11 ============================================ Files 13 13 Lines 1392 1381 -11 ============================================ - Hits 1218 1210 -8 + Misses 174 171 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.