Skip to content

Drop clang-13, 14, and 15 due to consteval ICE

e0ec3bc
Select commit
Loading
Failed to load commit list.
Merged

Add framework for compile time verified integers #45

Drop clang-13, 14, and 15 due to consteval ICE
e0ec3bc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2026 in 1s

97.0% (target 90.0%)

View this Pull Request on Codecov

97.0% (target 90.0%)

Details

Codecov Report

❌ Patch coverage is 99.27184% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 97.0%. Comparing base (b0548cd) to head (e0ec3bc).

Files with missing lines Patch % Lines
examples/verified_runtime_usage.cpp 92.7% 0 Missing and 3 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #45     +/-   ##
=========================================
+ Coverage     96.8%   97.0%   +0.2%     
=========================================
  Files           85      96     +11     
  Lines         5183    5579    +396     
  Branches      1642    1772    +130     
=========================================
+ Hits          5015    5408    +393     
  Misses         124     124             
- Partials        44      47      +3     
Files with missing lines Coverage Δ
examples/verified_arithmetic.cpp 100.0% <100.0%> (ø)
examples/verified_construction.cpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/bit.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/bounded_integers.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/charconv.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/detail/type_traits.hpp 100.0% <ø> (ø)
...ost/safe_numbers/detail/unsigned_integer_basis.hpp 95.3% <ø> (ø)
.../boost/safe_numbers/detail/verified_type_basis.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/iostream.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/limits.hpp 100.0% <100.0%> (ø)
... and 8 more

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 b0548cd...e0ec3bc. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.