Skip to content

Implement and test bounded types on CUDA - #231

Merged
mborland merged 6 commits into
developfrom
bounded_CUDA
Jul 8, 2026
Merged

Implement and test bounded types on CUDA#231
mborland merged 6 commits into
developfrom
bounded_CUDA

Update testing and docs for invalid argument path

adf27d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 8, 2026 in 1s

98.8% (target 90.0%)

View this Pull Request on Codecov

98.8% (target 90.0%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.8%. Comparing base (e32013f) to head (adf27d7).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #231     +/-   ##
=========================================
+ Coverage     98.8%   98.8%   +0.1%     
=========================================
  Files          211     212      +1     
  Lines        15289   15295      +6     
  Branches      5700    5701      +1     
=========================================
+ Hits         15092   15098      +6     
  Misses         116     116             
  Partials        81      81             
Files with missing lines Coverage Δ
include/boost/safe_numbers/bounded_floats.hpp 100.0% <100.0%> (ø)
include/boost/safe_numbers/bounded_integers.hpp 99.0% <100.0%> (+0.1%) ⬆️
test/test_device_error_mapping.cpp 100.0% <100.0%> (ø)

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 e32013f...adf27d7. Read the comment docs.

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