Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement extend_additional_data for BuiltinRunner #1726

Merged
merged 14 commits into from
Apr 22, 2024

Merge branch 'main' into extend-additional-data

46afb38
Select commit
Loading
Failed to load commit list.
Merged

Implement extend_additional_data for BuiltinRunner #1726

Merge branch 'main' into extend-additional-data
46afb38
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2024 in 0s

94.78% (-0.03%) compared to 7eff520

View this Pull Request on Codecov

94.78% (-0.03%) compared to 7eff520

Details

Codecov Report

Attention: Patch coverage is 87.28814% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 94.78%. Comparing base (7eff520) to head (46afb38).

Files Patch % Lines
vm/src/vm/runners/builtin_runner/mod.rs 0.00% 10 Missing ⚠️
vm/src/vm/runners/builtin_runner/hash.rs 93.33% 2 Missing ⚠️
vm/src/vm/runners/builtin_runner/signature.rs 95.55% 2 Missing ⚠️
vm/src/vm/runners/builtin_runner/output.rs 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1726      +/-   ##
==========================================
- Coverage   94.81%   94.78%   -0.03%     
==========================================
  Files         100      100              
  Lines       38207    38322     +115     
==========================================
+ Hits        36225    36325     +100     
- Misses       1982     1997      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.