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

use checked addition to not panic in debug build #877

Merged
merged 3 commits into from
Nov 8, 2023

use checked addition to not panic in debug build

336623e
Select commit
Loading
Failed to load commit list.
Merged

use checked addition to not panic in debug build #877

use checked addition to not panic in debug build
336623e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2023 in 0s

81.84% (+0.03%) compared to e39c9a2

View this Pull Request on Codecov

81.84% (+0.03%) compared to e39c9a2

Details

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (e39c9a2) 81.81% compared to head (336623e) 81.84%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #877      +/-   ##
==========================================
+ Coverage   81.81%   81.84%   +0.03%     
==========================================
  Files          20       20              
  Lines        3514     3531      +17     
==========================================
+ Hits         2875     2890      +15     
- Misses        639      641       +2     
Files Coverage Δ
idna/src/punycode.rs 85.44% <100.00%> (+0.44%) ⬆️
idna/tests/punycode.rs 80.39% <78.94%> (-0.86%) ⬇️

... and 1 file with indirect coverage changes

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