-
Notifications
You must be signed in to change notification settings - Fork 89
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
mysql_variables: fix boolean value handling #653
mysql_variables: fix boolean value handling #653
Conversation
8a6038d
to
739340a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #653 +/- ##
===========================================
+ Coverage 23.87% 72.36% +48.48%
===========================================
Files 29 16 -13
Lines 2739 2573 -166
Branches 687 666 -21
===========================================
+ Hits 654 1862 +1208
+ Misses 2025 488 -1537
- Partials 60 223 +163
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@laurent-indermuehle thanks for helping with this! |
SUMMARY
Fixes #652