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

Add bitwise operators to decimal128 #327

Merged
merged 6 commits into from
Nov 16, 2023

Only test on little endian arch since we are crossing word storage

d5b4054
Select commit
Loading
Failed to load commit list.
Merged

Add bitwise operators to decimal128 #327

Only test on little endian arch since we are crossing word storage
d5b4054
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 16, 2023 in 0s

97.3% (target 75.0%)

View this Pull Request on Codecov

97.3% (target 75.0%)

Details

Codecov Report

Merging #327 (d5b4054) into develop (0907caf) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #327     +/-   ##
=========================================
+ Coverage     97.3%   97.3%   +0.1%     
=========================================
  Files           71      71             
  Lines         3230    3243     +13     
=========================================
+ Hits          3140    3153     +13     
  Misses          90      90             
Files Coverage Δ
include/boost/decimal/decimal128.hpp 93.1% <100.0%> (+0.3%) ⬆️

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0907caf...d5b4054. Read the comment docs.