zcash / pasta_curves

Rust implementation for zcash/pasta
Other
80 stars 49 forks source link

CI updates #65

Closed str4d closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: +0.06 :tada:

Comparison is base (4c94f39) 71.01% compared to head (e658383) 71.07%.

:exclamation: Current head e658383 differs from pull request most recent head 374f52d. Consider uploading reports for the commit 374f52d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ========================================== + Coverage 71.01% 71.07% +0.06% ========================================== Files 11 10 -1 Lines 1180 1179 -1 ========================================== Hits 838 838 + Misses 342 341 -1 ``` | [Impacted Files](https://codecov.io/gh/zcash/pasta_curves/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash) | Coverage Δ | | |---|---|---| | [src/lib.rs](https://codecov.io/gh/zcash/pasta_curves/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash#diff-c3JjL2xpYi5ycw==) | | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=zcash)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

str4d commented 1 year ago

The CI failures are because we need an MSRV bump to build with the alloc feature, due to blake2b_simd 1.0.1 raising its MSRV to 1.59. We will do this bump separately from this PR, for pasta_curves 0.6.0.