briansmith / ring

Safe, fast, small crypto using Rust
Other
3.72k stars 704 forks source link

Split 32-bit and 64-bit ARM feature detection on Linux. #1981

Closed briansmith closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 95.94595% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 96.27%. Comparing base (6b6f7cd) to head (5093f43).

Files Patch % Lines
src/polyfill/ptr.rs 50.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1981 +/- ## ========================================== - Coverage 96.29% 96.27% -0.02% ========================================== Files 136 137 +1 Lines 20680 20695 +15 Branches 226 226 ========================================== + Hits 19913 19925 +12 - Misses 733 735 +2 - Partials 34 35 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

briansmith commented 7 months ago

This cannot be done until we have code coverage measurement for 32-bit ARM.