yiisoft / db-migration

The package implementing migration for yiisoft/db.
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Remove unnecessary calls #221

Closed Tigrov closed 1 year ago

Tigrov commented 1 year ago
Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues -
codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (024c175) 99.79% compared to head (d6e2b92) 99.79%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #221 +/- ## ============================================ - Coverage 99.79% 99.79% -0.01% + Complexity 290 286 -4 ============================================ Files 19 19 Lines 957 953 -4 ============================================ - Hits 955 951 -4 Misses 2 2 ``` | [Files](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Command/DownCommand.php](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NvbW1hbmQvRG93bkNvbW1hbmQucGhw) | `100.00% <ø> (ø)` | | | [src/Command/NewCommand.php](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NvbW1hbmQvTmV3Q29tbWFuZC5waHA=) | `100.00% <100.00%> (ø)` | | | [src/Command/RedoCommand.php](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NvbW1hbmQvUmVkb0NvbW1hbmQucGhw) | `100.00% <ø> (ø)` | | | [src/Command/UpdateCommand.php](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NvbW1hbmQvVXBkYXRlQ29tbWFuZC5waHA=) | `100.00% <100.00%> (ø)` | | | [src/Migrator.php](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL01pZ3JhdG9yLnBocA==) | `100.00% <ø> (ø)` | | | [src/Service/MigrationService.php](https://app.codecov.io/gh/yiisoft/db-migration/pull/221?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1NlcnZpY2UvTWlncmF0aW9uU2VydmljZS5waHA=) | `100.00% <ø> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/yiisoft/db-migration/pull/221/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft)

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