briansmith / ring

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

CI: Use LLVM/Clang 18. #1954

Closed briansmith closed 6 months ago

briansmith commented 6 months ago

Rust updated to LLVM 18. Use Clang 18 as the C compiler so that the coverage info for C is compatible with that for Rust.

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (fa98b49) 96.23% compared to head (fee2f90) 96.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1954 +/- ## ========================================== + Coverage 96.23% 96.29% +0.05% ========================================== Files 135 135 Lines 20656 20654 -2 Branches 226 226 ========================================== + Hits 19879 19888 +9 + Misses 743 732 -11 Partials 34 34 ```

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