Skip to content

Conversation

MagicPotatoBean
Copy link

Fix u1's range showing as "0..1" which (since its an exclusive bound) would represent only the number zero. Alternatively, you could change all the bounds to 0..=1, 0..=3, 0..=7, 0..=15... etc.

Fix u1's range showing as "0..1" which (since its an exclusive bound) would represent only the number zero.
Alternatively, you could change all the bounds to 0..=1, 0..=3, 0..=7, 0..=15... etc.
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.9%. Comparing base (be035c1) to head (cf5a4ca).

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #26     +/-   ##
========================================
- Coverage    89.0%   87.9%   -1.1%     
========================================
  Files           8       8             
  Lines        4669    4155    -514     
========================================
- Hits         4154    3651    -503     
+ Misses        515     504     -11     
Flag Coverage Δ
rust 87.9% <ø> (-1.1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant