Skip to content

Comments

Remove the verified types#108

Merged
mborland merged 5 commits intodevelopfrom
107
Feb 24, 2026
Merged

Remove the verified types#108
mborland merged 5 commits intodevelopfrom
107

Conversation

@mborland
Copy link
Member

Closes: #107

@mborland mborland added this to the v0.1.0 milestone Feb 24, 2026
@mborland mborland self-assigned this Feb 24, 2026
@mborland mborland added the Refactor Improve organization or code quality label Feb 24, 2026
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://108.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-24 15:14:22 UTC

@codecov
Copy link

codecov bot commented Feb 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.5%. Comparing base (3645f83) to head (dd6cafc).
⚠️ Report is 6 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #108     +/-   ##
=========================================
- Coverage     98.6%   98.5%   -0.0%     
=========================================
  Files          115     102     -13     
  Lines         7756    6850    -906     
  Branches      2800    2478    -322     
=========================================
- Hits          7641    6742    -899     
  Misses          42      42             
+ Partials        73      66      -7     
Files with missing lines Coverage Δ
examples/byte_conversions.cpp 83.1% <ø> (+0.4%) ⬆️
include/boost/safe_numbers/bit.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/byte_conversions.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/charconv.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/detail/type_traits.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/integer_utilities.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/iostream.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/limits.hpp 100.0% <ø> (ø)
include/boost/safe_numbers/numeric.hpp 100.0% <ø> (ø)
test/test_abs_diff.cpp 100.0% <ø> (ø)
... and 16 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 3645f83...dd6cafc. Read the comment docs.

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

@mborland mborland merged commit ea766cd into develop Feb 24, 2026
36 checks passed
@mborland mborland deleted the 107 branch February 24, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactor Improve organization or code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the verified_ classes

2 participants