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

decimal: implement NewFromFloat64 method #18

Merged
merged 5 commits into from
Aug 12, 2023

decimal: reduce corpus to improve performace

a72a490
Select commit
Loading
Failed to load commit list.
Merged

decimal: implement NewFromFloat64 method #18

decimal: reduce corpus to improve performace
a72a490
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 12, 2023 in 0s

97.43% (-0.25%) compared to 84cdef3

View this Pull Request on Codecov

97.43% (-0.25%) compared to 84cdef3

Details

Codecov Report

Patch coverage: 98.00% and project coverage change: -0.25% ⚠️

Comparison is base (84cdef3) 97.68% compared to head (a72a490) 97.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
- Coverage   97.68%   97.43%   -0.25%     
==========================================
  Files           2        2              
  Lines        1167     1171       +4     
==========================================
+ Hits         1140     1141       +1     
- Misses         18       20       +2     
- Partials        9       10       +1     
Files Changed Coverage Δ
decimal.go 96.81% <98.00%> (-0.31%) ⬇️

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