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 fprintf and printf #504

Merged
merged 13 commits into from
Apr 24, 2024
Merged

Add fprintf and printf #504

merged 13 commits into from
Apr 24, 2024

Conversation

mborland
Copy link
Member

Closes: #501

Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.7%. Comparing base (74b13a8) to head (3b81bf6).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #504     +/-   ##
=========================================
+ Coverage     98.7%   98.7%   +0.1%     
=========================================
  Files          179     180      +1     
  Lines        11418   11457     +39     
=========================================
+ Hits         11267   11307     +40     
+ Misses         151     150      -1     
Files Coverage Δ
include/boost/decimal/cstdio.hpp 95.6% <100.0%> (+2.7%) ⬆️
include/boost/decimal/detail/locale_conversion.hpp 100.0% <100.0%> (ø)
test/test_big_uints.cpp 100.0% <ø> (ø)
test/test_fprintf.cpp 100.0% <100.0%> (ø)
test/test_snprintf.cpp 100.0% <100.0%> (ø)

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 74b13a8...3b81bf6. Read the comment docs.

@mborland mborland merged commit e109d0e into develop Apr 24, 2024
37 of 61 checks passed
@mborland mborland deleted the printf branch April 24, 2024 12:20
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 printf and fprintf
1 participant