fix: Use program builtins in initialize_main_entrypoint
& read_return_values
#1703
Codecov / codecov/project
succeeded
Apr 10, 2024 in 0s
94.93% (-0.04%) compared to ca3b8ab
View this Pull Request on Codecov
94.93% (-0.04%) compared to ca3b8ab
Details
Codecov Report
Attention: Patch coverage is 86.27451%
with 14 lines
in your changes are missing coverage. Please review.
Project coverage is 94.93%. Comparing base (
ca3b8ab
) to head (2c8cb4d
).
Files | Patch % | Lines |
---|---|---|
vm/src/cairo_run.rs | 16.66% | 5 Missing |
vm/src/vm/runners/builtin_runner/modulo.rs | 0.00% | 5 Missing |
vm/src/vm/runners/builtin_runner/mod.rs | 85.71% | 2 Missing |
vm/src/vm/runners/cairo_runner.rs | 97.10% | 2 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #1703 +/- ##
==========================================
- Coverage 94.96% 94.93% -0.04%
==========================================
Files 99 99
Lines 38532 38579 +47
==========================================
+ Hits 36592 36625 +33
- Misses 1940 1954 +14
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading