briansmith / ring

Safe, fast, small crypto using Rust
Other
3.68k stars 693 forks source link

CI: Use nightly-2024-02-13 for code coverage testing. #1947

Closed briansmith closed 6 months ago

briansmith commented 6 months ago

More recent versions of the toolchain cause the tests to crash with a segmentation fault when built/run with profiling.

briansmith commented 6 months ago

The clippy failure is not due to this change; it will be fixed in PR #1946.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (6762d65) 96.22% compared to head (876e8db) 96.22%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1947 +/- ## ======================================= Coverage 96.22% 96.22% ======================================= Files 135 135 Lines 20550 20550 Branches 226 226 ======================================= Hits 19774 19774 Misses 742 742 Partials 34 34 ```

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