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: fix bigint validation #1620

Merged
merged 1 commit into from Apr 18, 2024
Merged

fix: fix bigint validation #1620

merged 1 commit into from Apr 18, 2024

Conversation

MichaelSun90
Copy link
Contributor

This PR is for fixing issue #1610
Now the validate function will throw an error if a invalid value is passed into BigInt type :
"The number cannot be converted to a BigInt because it is not an integer"

Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.21%. Comparing base (a51e57d) to head (5309b5a).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1620      +/-   ##
==========================================
- Coverage   79.30%   79.21%   -0.09%     
==========================================
  Files          93       93              
  Lines        4860     4860              
  Branches      934      933       -1     
==========================================
- Hits         3854     3850       -4     
- Misses        700      709       +9     
+ Partials      306      301       -5     

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

@arthurschreiber arthurschreiber changed the title chore: fix bigint validation fix: fix bigint validation Apr 18, 2024
@MichaelSun90 MichaelSun90 merged commit 2b21b12 into master Apr 18, 2024
25 of 27 checks passed
Copy link

🎉 This PR is included in version 18.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants