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 floating to int128 and negative to int128 #2374

Merged
merged 1 commit into from
Nov 9, 2023

fix floating to int128 and negative to int128

fba4023
Select commit
Loading
Failed to load commit list.
Merged

fix floating to int128 and negative to int128 #2374

fix floating to int128 and negative to int128
fba4023
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 8, 2023 in 0s

91.02% (target 80.00%)

View this Pull Request on Codecov

91.02% (target 80.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fd388b4) 91.01% compared to head (fba4023) 91.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2374   +/-   ##
=======================================
  Coverage   91.01%   91.02%           
=======================================
  Files        1015     1015           
  Lines       35823    35825    +2     
=======================================
+ Hits        32606    32611    +5     
+ Misses       3217     3214    -3     
Files Coverage Δ
src/common/types/int128_t.cpp 88.98% <100.00%> (+0.94%) ⬆️

... and 1 file with indirect coverage changes

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