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: minimum scale required for decimal literal #117

Merged
merged 2 commits into from
Feb 7, 2025

fix bug in modifyDecimalPrecisionAndScale

43c9a37
Select commit
Loading
Failed to load commit list.
Merged

fix: minimum scale required for decimal literal #117

fix bug in modifyDecimalPrecisionAndScale
43c9a37
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2025 in 1s

63.76% (+0.15%) compared to e1e6157

View this Pull Request on Codecov

63.76% (+0.15%) compared to e1e6157

Details

Codecov Report

Attention: Patch coverage is 36.50794% with 40 lines in your changes missing coverage. Please review.

Project coverage is 63.76%. Comparing base (e1e6157) to head (43c9a37).

Files with missing lines Patch % Lines
testcases/parser/visitor.go 28.88% 32 Missing ⚠️
types/parser/util/error_listener.go 33.33% 4 Missing ⚠️
types/parser/visitor.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   63.60%   63.76%   +0.15%     
==========================================
  Files          44       44              
  Lines       10873    10875       +2     
==========================================
+ Hits         6916     6934      +18     
+ Misses       3639     3630       -9     
+ Partials      318      311       -7     

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