Skip to content

Improve doc and naming of UTF-16 surrogate handling in generic_codecvt.

2690f0c
Select commit
Loading
Failed to load commit list.
Merged

Fix cygwin tests #267

Improve doc and naming of UTF-16 surrogate handling in generic_codecvt.
2690f0c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 29, 2025 in 1s

95.93% (+0.17%) compared to 38dda57

View this Pull Request on Codecov

95.93% (+0.17%) compared to 38dda57

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.93%. Comparing base (38dda57) to head (2690f0c).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #267      +/-   ##
===========================================
+ Coverage    95.76%   95.93%   +0.17%     
===========================================
  Files          119      119              
  Lines        10331    10370      +39     
===========================================
+ Hits          9893     9948      +55     
+ Misses         438      422      -16     
Files with missing lines Coverage Δ
include/boost/locale/generic_codecvt.hpp 97.57% <100.00%> (ø)
src/std/codecvt.cpp 100.00% <ø> (ø)
src/std/std_backend.cpp 92.45% <100.00%> (+1.36%) ⬆️
test/test_encoding.cpp 99.31% <100.00%> (+0.02%) ⬆️
test/test_formatting.cpp 100.00% <100.00%> (ø)
test/test_posix_formatting.cpp 100.00% <100.00%> (ø)
test/test_std_convert.cpp 100.00% <100.00%> (ø)
test/test_std_formatting.cpp 100.00% <100.00%> (ø)
test/test_stream_io.cpp 100.00% <100.00%> (ø)
test/test_winapi_formatting.cpp 100.00% <100.00%> (ø)

... and 12 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 38dda57...2690f0c. Read the comment docs.

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