added interoperability with C++20 ranges#355
Merged
Merged
Codecov / codecov/project
succeeded
Jun 17, 2026 in 1s
98.28% (+0.05%) compared to b785bb5
View this Pull Request on Codecov
98.28% (+0.05%) compared to b785bb5
Details
Codecov Report
❌ Patch coverage is 99.56835% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.28%. Comparing base (b785bb5) to head (f760384).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| test/unordered/deduction_tests.cpp | 94.23% | 3 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## develop #355 +/- ##
===========================================
+ Coverage 98.23% 98.28% +0.05%
===========================================
Files 161 161
Lines 22293 22938 +645
===========================================
+ Hits 21899 22545 +646
+ Misses 394 393 -1 | Files with missing lines | Coverage Δ | |
|---|---|---|
| include/boost/unordered/concurrent_flat_map.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/unordered/concurrent_flat_set.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/unordered/concurrent_node_map.hpp | 99.43% <100.00%> (+0.06%) |
⬆️ |
| include/boost/unordered/concurrent_node_set.hpp | 99.38% <100.00%> (+0.08%) |
⬆️ |
| include/boost/unordered/detail/implementation.hpp | 99.23% <100.00%> (+<0.01%) |
⬆️ |
| include/boost/unordered/unordered_flat_map.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/unordered/unordered_flat_set.hpp | 100.00% <100.00%> (ø) |
|
| include/boost/unordered/unordered_map.hpp | 99.70% <100.00%> (+0.02%) |
⬆️ |
| include/boost/unordered/unordered_node_map.hpp | 99.29% <100.00%> (+0.04%) |
⬆️ |
| include/boost/unordered/unordered_node_set.hpp | 99.11% <100.00%> (+0.07%) |
⬆️ |
| ... and 6 more |
... and 3 files with indirect coverage changes
Continue to review full report in Codecov by Harness.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered by Codecov. Last update b785bb5...f760384. Read the comment docs.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading