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

Suppress warnings caused by use of -Wswitch_default on GCC #651

Merged
merged 1 commit into from
Jan 20, 2025

Suppress warnings caused by use of -Wswitch_default on GCC

bd18c8d
Select commit
Loading
Failed to load commit list.
Merged

Suppress warnings caused by use of -Wswitch_default on GCC #651

Suppress warnings caused by use of -Wswitch_default on GCC
bd18c8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2025 in 0s

94.1% (target 75.0%)

View this Pull Request on Codecov

94.1% (target 75.0%)

Details

Codecov Report

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

Project coverage is 94.1%. Comparing base (abc70a2) to head (bd18c8d).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
include/boost/multiprecision/cpp_bin_float/io.hpp 0.0% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #651     +/-   ##
=========================================
+ Coverage     94.1%   94.1%   +0.1%     
=========================================
  Files          279     279             
  Lines        28903   28979     +76     
=========================================
+ Hits         27181   27255     +74     
- Misses        1722    1724      +2     
Files with missing lines Coverage Δ
include/boost/multiprecision/cpp_bin_float.hpp 89.7% <100.0%> (+0.5%) ⬆️
...nclude/boost/multiprecision/detail/default_ops.hpp 91.1% <100.0%> (+0.2%) ⬆️
...lude/boost/multiprecision/detail/functions/pow.hpp 93.0% <100.0%> (+0.1%) ⬆️
...ude/boost/multiprecision/detail/functions/trig.hpp 96.4% <100.0%> (+0.1%) ⬆️
include/boost/multiprecision/cpp_bin_float/io.hpp 86.0% <0.0%> (-0.5%) ⬇️

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 abc70a2...bd18c8d. Read the comment docs.