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

Remove recursive call from 32 bit operator- #693

Merged
merged 5 commits into from
Jul 2, 2024
Merged

Remove recursive call from 32 bit operator- #693

merged 5 commits into from
Jul 2, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Jul 2, 2024

Closes: #692

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.2%. Comparing base (73669da) to head (14067a4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #693     +/-   ##
=========================================
+ Coverage     99.1%   99.2%   +0.1%     
=========================================
  Files          230     230             
  Lines        16347   16334     -13     
  Branches      1757    1753      -4     
=========================================
- Hits         16199   16188     -11     
+ Misses         148     146      -2     
Files Coverage Δ
include/boost/decimal/decimal32.hpp 99.8% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/decimal32_fast.hpp 97.1% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/detail/sub_impl.hpp 98.7% <100.0%> (+1.3%) ⬆️

... and 2 files 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 73669da...14067a4. Read the comment docs.

@mborland mborland merged commit b202107 into develop Jul 2, 2024
62 checks passed
@mborland mborland deleted the sub32 branch July 2, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework 32-bit operators-
1 participant