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

Fix type conversion handling in convertToType function #11

Merged
merged 3 commits into from
Dec 28, 2023

Conversation

LukaGiorgadze
Copy link
Owner

Fixes #10

@LukaGiorgadze LukaGiorgadze added the bug Something isn't working label Dec 28, 2023
@LukaGiorgadze LukaGiorgadze self-assigned this Dec 28, 2023
@codecov-commenter
Copy link

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (882c001) 100.00% compared to head (bc8eefb) 95.00%.

Files Patch % Lines
gonull.go 78.57% 2 Missing and 1 partial ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##              main      #11      +/-   ##
===========================================
- Coverage   100.00%   95.00%   -5.00%     
===========================================
  Files            1        1              
  Lines           59       60       +1     
===========================================
- Hits            59       57       -2     
- Misses           0        2       +2     
- Partials         0        1       +1     

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

@LukaGiorgadze LukaGiorgadze merged commit 151a4a4 into main Dec 28, 2023
5 checks passed
@LukaGiorgadze LukaGiorgadze deleted the fix/custom-type branch December 28, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

custom int type conversion: unsupported type
2 participants