Closed Vid201 closed 6 months ago
Attention: Patch coverage is 88.88889%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 97.64%. Comparing base (
6ff8126
) to head (7fdd8da
).:exclamation: Current head 7fdd8da differs from pull request most recent head ec9dbfa. Consider uploading reports for the commit ec9dbfa to get more accurate results
Files | Patch % | Lines |
---|---|---|
cairo1-run/src/main.rs | 88.88% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I see the linter fails due to an unnecessary binding. The comment I left before should fix it (it's the same place). Also, we'll need an updated changelog. The Hyperfine workflow failure is expected, it can't post the comment due to credential issues for PRs from external contributors.
Please fix the changelog and the lint and I think it's good to go.
I see the linter fails due to an unnecessary binding. The comment I left before should fix it (it's the same place). Also, we'll need an updated changelog. The Hyperfine workflow failure is expected, it can't post the comment due to credential issues for PRs from external contributors.
Please fix the changelog and the lint and I think it's good to go.
Updated, tnx for review
Reference for the PR on its own doesn't give credit to the original author.
TITLE
Description
This PR adds support to pass Sierra programs directly to cairo1-run. Useful in cases when you already have Sierra representations.
Checklist