Add constexpr support for dynamic allocated cpp_int #654
Codecov / codecov/project
succeeded
Jul 12, 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 89.72603% with 15 lines in your changes missing coverage. Please review.
Project coverage is 94.1%. Comparing base (
7fac807) to head (2c0d0cd).
Report is 847 commits behind head on develop.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| include/boost/multiprecision/cpp_int.hpp | 88.2% | 15 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #654 +/- ##
=========================================
- Coverage 94.1% 94.1% -0.0%
=========================================
Files 279 282 +3
Lines 28979 29022 +43
=========================================
+ Hits 27253 27288 +35
- Misses 1726 1734 +8 | Files with missing lines | Coverage Δ | |
|---|---|---|
| ...de/boost/multiprecision/cpp_int/cpp_int_config.hpp | 100.0% <ø> (ø) |
|
| include/boost/multiprecision/cpp_int/limits.hpp | 100.0% <100.0%> (ø) |
|
| ...nclude/boost/multiprecision/detail/empty_value.hpp | 100.0% <100.0%> (ø) |
|
| ...nclude/boost/multiprecision/detail/number_base.hpp | 98.0% <ø> (ø) |
|
| test/constexpr_test_dynamic_cpp_int.hpp | 100.0% <100.0%> (ø) |
|
| test/constexpr_test_dynamic_cpp_int_1.cpp | 100.0% <100.0%> (ø) |
|
| test/constexpr_test_dynamic_cpp_int_2.cpp | 100.0% <100.0%> (ø) |
|
| include/boost/multiprecision/cpp_int.hpp | 95.1% <88.2%> (-0.6%) |
⬇️ |
... and 5 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 7fac807...2c0d0cd. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading