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 in the initial support for DPD conversions #738

Merged
merged 21 commits into from
Sep 30, 2024
Merged

Add in the initial support for DPD conversions #738

merged 21 commits into from
Sep 30, 2024

Conversation

mborland
Copy link
Member

Closes: #735

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 99.14894% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.2%. Comparing base (6725d33) to head (db3e924).
Report is 22 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/decimal/dpd_conversion.hpp 99.1% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #738     +/-   ##
=========================================
- Coverage     99.2%   99.2%   -0.0%     
=========================================
  Files          224     226      +2     
  Lines        16400   16635    +235     
  Branches      1779    1792     +13     
=========================================
+ Hits         16258   16490    +232     
- Misses         142     145      +3     
Files with missing lines Coverage Δ
include/boost/decimal/decimal32.hpp 98.8% <ø> (ø)
include/boost/decimal/decimal32_fast.hpp 96.8% <ø> (ø)
test/test_dpd_conversions.cpp 100.0% <100.0%> (ø)
include/boost/decimal/dpd_conversion.hpp 99.1% <99.1%> (ø)

... 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 6725d33...db3e924. Read the comment docs.

@mborland mborland merged commit 6e237c6 into develop Sep 30, 2024
65 checks passed
@mborland mborland deleted the dpd branch September 30, 2024 15:54
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.

32 bit DPD conversions
1 participant