briansmith / ring

Safe, fast, small crypto using Rust
Other
3.65k stars 684 forks source link

Enable SHA512 acceleration on Aarch4 Android, Linux, and Apple targets. #1978

Closed briansmith closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.28%. Comparing base (c160d98) to head (49add64).

Files Patch % Lines
src/polyfill/ptr.rs 50.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1978 +/- ## ========================================== - Coverage 96.29% 96.28% -0.01% ========================================== Files 136 137 +1 Lines 20677 20723 +46 Branches 226 226 ========================================== + Hits 19910 19954 +44 - Misses 732 735 +3 + Partials 35 34 -1 ```

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

briansmith commented 4 months ago

@BusyJay I added aarch64-apple-darwin code coverage measurement to CI in PR #1980 and #1979, and then rebased this on top of that. That way we can measure the code coverage of your changes (as amended by me) accurately.