yiisoft / yii-gii

Yii code generator extension
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
33 stars 19 forks source link

Active Record generator #110

Closed xepozz closed 1 year ago

what-the-diff[bot] commented 1 year ago

PR Summary

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 74.38% and project coverage change: +8.02% :tada:

Comparison is base (83d964f) 31.70% compared to head (b6fd75b) 39.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #110 +/- ## ============================================ + Coverage 31.70% 39.72% +8.02% - Complexity 199 224 +25 ============================================ Files 28 33 +5 Lines 757 871 +114 ============================================ + Hits 240 346 +106 - Misses 517 525 +8 ``` | [Files Changed](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Command/ControllerCommand.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NvbW1hbmQvQ29udHJvbGxlckNvbW1hbmQucGhw) | `0.00% <0.00%> (ø)` | | | [src/Generator/Controller/Command.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0dlbmVyYXRvci9Db250cm9sbGVyL0NvbW1hbmQucGhw) | `38.77% <ø> (ø)` | | | [src/Generator/Controller/default/controller.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0dlbmVyYXRvci9Db250cm9sbGVyL2RlZmF1bHQvY29udHJvbGxlci5waHA=) | `94.44% <ø> (ø)` | | | [src/Generator/Controller/default/view.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0dlbmVyYXRvci9Db250cm9sbGVyL2RlZmF1bHQvdmlldy5waHA=) | `100.00% <ø> (ø)` | | | [src/ParametersProvider.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1BhcmFtZXRlcnNQcm92aWRlci5waHA=) | `100.00% <ø> (ø)` | | | [src/Validator/TemplateRuleHandler.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1ZhbGlkYXRvci9UZW1wbGF0ZVJ1bGVIYW5kbGVyLnBocA==) | `72.50% <0.00%> (+10.00%)` | :arrow_up: | | [src/Generator/ActiveRecord/Command.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0dlbmVyYXRvci9BY3RpdmVSZWNvcmQvQ29tbWFuZC5waHA=) | `33.33% <33.33%> (ø)` | | | [src/Validator/TableExistsRule.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1ZhbGlkYXRvci9UYWJsZUV4aXN0c1J1bGUucGhw) | `50.00% <50.00%> (ø)` | | | [src/Generator/ActiveRecord/Generator.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0dlbmVyYXRvci9BY3RpdmVSZWNvcmQvR2VuZXJhdG9yLnBocA==) | `90.19% <90.19%> (ø)` | | | [src/Validator/TableExistsHandler.php](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL1ZhbGlkYXRvci9UYWJsZUV4aXN0c0hhbmRsZXIucGhw) | `90.90% <90.90%> (ø)` | | | ... and [2 more](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | | ... and [4 files with indirect coverage changes](https://app.codecov.io/gh/yiisoft/yii-gii/pull/110/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.