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

Implemented migration rollback. #1932

Closed romanhavrylko closed 1 year ago

romanhavrylko commented 1 year ago
codecov-commenter commented 1 year ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 90.95745% with 17 lines in your changes missing coverage. Please review.

Project coverage is 88.66%. Comparing base (49dc1ba) to head (74d175b). Report is 91 commits behind head on master.

Files with missing lines Patch % Lines
...el/Generator/Command/Executor/RollbackExecutor.php 78.78% 14 Missing :warning:
.../Propel/Generator/Command/MigrationDownCommand.php 90.90% 1 Missing :warning:
...opel/Generator/Command/MigrationMigrateCommand.php 94.44% 1 Missing :warning:
src/Propel/Generator/Manager/MigrationManager.php 98.85% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1932 +/- ## ============================================ + Coverage 88.28% 88.66% +0.37% - Complexity 7951 7980 +29 ============================================ Files 242 243 +1 Lines 24211 24313 +102 ============================================ + Hits 21375 21557 +182 + Misses 2836 2756 -80 ``` | [Flag](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | Coverage Δ | | |---|---|---| | [5-max](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `88.66% <90.95%> (+0.37%)` | :arrow_up: | | [7.4](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `88.66% <90.95%> (+0.37%)` | :arrow_up: | | [agnostic](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `67.31% <0.00%> (-0.29%)` | :arrow_down: | | [mysql](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `69.48% <90.95%> (+0.49%)` | :arrow_up: | | [pgsql](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `69.48% <90.95%> (+0.49%)` | :arrow_up: | | [sqlite](https://app.codecov.io/gh/propelorm/Propel2/pull/1932/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=propelorm) | `67.47% <90.42%> (+0.52%)` | :arrow_up: | 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.

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

dereuromark commented 1 year ago

The PHPStan issue seems unrelated. :+1:

dereuromark commented 1 year ago

@yaroslav-spryker @mringler Can you maybe approve again?