zcash / orchard

Implementation of the Zcash Orchard Protocol
https://zcash.github.io/orchard/
Other
53 stars 37 forks source link

CI: Modernise workflows #402

Closed str4d closed 9 months ago

str4d commented 9 months ago

We now check in Cargo.lock for testing against MSRV.

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (c48247d) 83.25% compared to head (a12661c) 81.07%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #402 +/- ## ========================================== - Coverage 83.25% 81.07% -2.19% ========================================== Files 32 31 -1 Lines 2658 3112 +454 ========================================== + Hits 2213 2523 +310 - Misses 445 589 +144 ```

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

str4d commented 9 months ago

Force-pushed to fix a copy-paste error.