Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BoolTypecastGenerator - adds by default bool typecast for boolean fields #56

Open
wants to merge 3 commits into
base: 2.x
Choose a base branch
from

Conversation

gam6itko
Copy link
Contributor

@gam6itko gam6itko commented Mar 8, 2022

Описание проблемы здесь: spiral/cycle-bridge#24

@gam6itko gam6itko closed this Mar 8, 2022
@gam6itko gam6itko reopened this Mar 8, 2022
@roxblnfk roxblnfk added this to the 2.2.x milestone Mar 9, 2022
@codecov
Copy link

codecov bot commented Mar 9, 2022

Codecov Report

Merging #56 (e2a07c5) into 2.x (4838734) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head e2a07c5 differs from pull request most recent head 05415ba. Consider uploading reports for the commit 05415ba to get more accurate results

@@            Coverage Diff            @@
##                2.x      #56   +/-   ##
=========================================
  Coverage     94.12%   94.13%           
- Complexity      511      512    +1     
=========================================
  Files            40       40           
  Lines          1328     1279   -49     
=========================================
- Hits           1250     1204   -46     
+ Misses           78       75    -3     
Impacted Files Coverage Δ
src/Generator/GenerateTypecast.php 93.54% <100.00%> (+3.07%) ⬆️
src/Relation/RelationSchema.php 89.28% <0.00%> (-0.72%) ⬇️
src/Relation/HasMany.php 96.55% <0.00%> (-0.42%) ⬇️
src/Registry.php 87.64% <0.00%> (-0.41%) ⬇️
src/Compiler.php 91.57% <0.00%> (-0.35%) ⬇️
src/Relation/ManyToMany.php 98.11% <0.00%> (-0.28%) ⬇️
src/Relation/Traits/MorphTrait.php 95.45% <0.00%> (-0.20%) ⬇️
src/Relation/Traits/FieldTrait.php 98.50% <0.00%> (-0.09%) ⬇️
src/Relation/OptionSchema.php 98.36% <0.00%> (-0.03%) ⬇️
src/Relation/HasOne.php 100.00% <0.00%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4838734...05415ba. Read the comment docs.

@roxblnfk roxblnfk self-requested a review May 18, 2022 16:09
@wolfy-j wolfy-j requested review from roxblnfk and removed request for roxblnfk May 18, 2023 16:05
@roxblnfk roxblnfk added the DX label Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

2 participants