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

Add normalize for boolean type #198

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Add normalize for boolean type #198

merged 3 commits into from
Dec 16, 2024

Conversation

vitPinchuk
Copy link
Contributor

Resolves: #191

@vitPinchuk vitPinchuk self-assigned this Dec 13, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.80%. Comparing base (b118067) to head (afc2234).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   99.79%   99.80%           
=======================================
  Files         189      189           
  Lines        2998     3018   +20     
  Branches      685      675   -10     
=======================================
+ Hits         2992     3012   +20     
  Misses          6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mikhail-vl mikhail-vl added the enhancement New feature or request label Dec 13, 2024
@mikhail-vl mikhail-vl added this to the Table 2.0.0 milestone Dec 13, 2024
Copy link
Contributor

@asimonok asimonok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl ready for review

Copy link
Member

@mikhail-vl mikhail-vl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@mikhail-vl mikhail-vl merged commit 7c44113 into main Dec 16, 2024
6 checks passed
@mikhail-vl mikhail-vl deleted the feat/validate-boolean-type branch December 16, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

false value displayed as checked using Boolean type
4 participants