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 modules support #484

Merged
merged 23 commits into from
Apr 4, 2024
Merged

Add modules support #484

merged 23 commits into from
Apr 4, 2024

Conversation

mborland
Copy link
Member

@mborland mborland commented Apr 3, 2024

Export a module called boost2.decimal for consumption

Closes: #268

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.8%. Comparing base (480249d) to head (3700578).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #484     +/-   ##
=========================================
+ Coverage     98.8%   98.8%   +0.1%     
=========================================
  Files          176     176             
  Lines        11279   11281      +2     
=========================================
+ Hits         11134   11136      +2     
  Misses         145     145             
Files Coverage Δ
include/boost/decimal/charconv.hpp 95.2% <ø> (ø)
include/boost/decimal/cmath.hpp 100.0% <100.0%> (ø)
include/boost/decimal/cstdlib.hpp 98.3% <ø> (ø)
include/boost/decimal/decimal128.hpp 97.4% <ø> (ø)
include/boost/decimal/decimal32.hpp 99.7% <ø> (ø)
include/boost/decimal/decimal64.hpp 98.9% <ø> (ø)
include/boost/decimal/detail/apply_sign.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/bit_cast.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/buffer_sizing.hpp 100.0% <ø> (ø)
include/boost/decimal/detail/check_non_finite.hpp 100.0% <ø> (ø)
... and 91 more

... 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 480249d...3700578. Read the comment docs.

@mborland mborland marked this pull request as ready for review April 4, 2024 07:56
@mborland mborland merged commit 416d2b0 into develop Apr 4, 2024
49 checks passed
@mborland mborland deleted the modules branch April 4, 2024 10:24
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.

Add Module Support
1 participant