Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overflow when initializing a Sieve with T::MAX #47

Merged
merged 4 commits into from
Oct 9, 2024

Revert to previous unwrapping

20e06b3
Select commit
Loading
Failed to load commit list.
Merged

Fix overflow when initializing a Sieve with T::MAX #47

Revert to previous unwrapping
20e06b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2024 in 0s

99.33% (+0.00%) compared to 4a4696e

View this Pull Request on Codecov

99.33% (+0.00%) compared to 4a4696e

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.33%. Comparing base (4a4696e) to head (20e06b3).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   99.32%   99.33%           
=======================================
  Files           9        9           
  Lines        1340     1344    +4     
=======================================
+ Hits         1331     1335    +4     
  Misses          9        9           

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