briansmith / ring

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

CI: Add coverage measurement for armv7-unknown-linux-gnueabihf. #2056

Closed briansmith closed 4 months ago

briansmith commented 4 months ago

Add coverage testing for armv7-unknown-linux-gnueabihf. Move the "no neon" configuration from aarch64- to armv7- since we don't support aarch64--linux- without NEON.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.84%. Comparing base (078369b) to head (0efe553). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2056 +/- ## ========================================== + Coverage 96.80% 96.84% +0.03% ========================================== Files 143 144 +1 Lines 20434 20705 +271 Branches 226 244 +18 ========================================== + Hits 19782 20052 +270 Misses 618 618 - Partials 34 35 +1 ```

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