briansmith / ring

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

CI: Use llvm-tools-preview for code coverage measurement. #1980

Closed briansmith closed 4 months ago

briansmith commented 4 months ago

Take a step towards supporting code coverage measurement on non-Ubuntu, non-Linux hosts.

Now clang and llvm-ar is the only thing we need to manually update when Rust upgrades to a new version of LLVM.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.29%. Comparing base (97b31ad) to head (5bcf098).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1980 +/- ## ======================================= Coverage 96.29% 96.29% ======================================= Files 136 136 Lines 20677 20677 Branches 226 226 ======================================= Hits 19910 19910 Misses 733 733 Partials 34 34 ```

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