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

Simplify non-finite number functions and handling #699

Merged
merged 16 commits into from
Jul 4, 2024
Merged

Conversation

mborland
Copy link
Member

@mborland mborland commented Jul 3, 2024

Closes: #697

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

Attention: Patch coverage is 95.89041% with 3 lines in your changes missing coverage. Please review.

Project coverage is 99.2%. Comparing base (ae81dea) to head (55bfdeb).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #699     +/-   ##
=========================================
+ Coverage     99.1%   99.2%   +0.1%     
=========================================
  Files          230     230             
  Lines        16307   16290     -17     
  Branches      1742    1757     +15     
=========================================
- Hits         16160   16146     -14     
+ Misses         147     144      -3     
Files Coverage Δ
include/boost/decimal/decimal128.hpp 98.1% <100.0%> (+0.3%) ⬆️
include/boost/decimal/decimal128_fast.hpp 97.5% <100.0%> (+1.3%) ⬆️
include/boost/decimal/decimal32.hpp 99.8% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/decimal64.hpp 99.3% <100.0%> (-<0.1%) ⬇️
include/boost/decimal/decimal32_fast.hpp 97.1% <91.0%> (-<0.1%) ⬇️
include/boost/decimal/decimal64_fast.hpp 98.6% <91.0%> (-<0.1%) ⬇️
include/boost/decimal/detail/cmath/fpclassify.hpp 87.5% <66.7%> (-2.5%) ⬇️

... and 6 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 ae81dea...55bfdeb. Read the comment docs.

@mborland mborland merged commit 03b81f3 into develop Jul 4, 2024
62 checks passed
@mborland mborland deleted the isfinite branch July 4, 2024 00:36
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.

Simplify non-finite number detection and handling
1 participant