propelorm / Propel2

Propel2 is an open-source high-performance Object-Relational Mapping (ORM) for modern PHP
http://propelorm.org/
MIT License
1.26k stars 397 forks source link

Fixed cs migration template #1943

Closed michbeck closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.69% // Head: 88.69% // No change to project coverage :thumbsup:

Coverage data is based on head (ae3350e) compared to base (9bc3658). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1943 +/- ## ========================================= Coverage 88.69% 88.69% Complexity 8002 8002 ========================================= Files 243 243 Lines 24474 24474 ========================================= Hits 21706 21706 Misses 2768 2768 ``` | Flag | Coverage Δ | | |---|---|---| | 5-max | `88.69% <ø> (ø)` | | | 7.4 | `88.69% <ø> (ø)` | | | agnostic | `67.43% <ø> (ø)` | | | mysql | `69.29% <ø> (ø)` | | | pgsql | `69.31% <ø> (ø)` | | | sqlite | `67.30% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dereuromark commented 1 year ago

Follow up: Fix it using exception and void return.