lambdaclass / cairo-vm

cairo-vm is a Rust implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
https://lambdaclass.github.io/cairo-vm
Apache License 2.0
504 stars 138 forks source link

New tracer pr #1643

Closed apoorvsadana closed 5 months ago

apoorvsadana commented 6 months ago

Description

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 96.70%. Comparing base (6ae7b32) to head (bbde843).

Files Patch % Lines
cairo-vm-tracer/src/tracer_data.rs 0.00% 154 Missing :warning:
cairo-vm-tracer/src/tracer.rs 0.00% 91 Missing :warning:
vm/src/serde/deserialize_program.rs 0.00% 15 Missing :warning:
vm/src/vm/context/run_context.rs 0.00% 3 Missing :warning:
cairo-vm-tracer/src/error/trace_data_errors.rs 0.00% 1 Missing :warning:
cairo-vm-tracer/src/types/memory_access.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1643 +/- ## ========================================== - Coverage 97.66% 96.70% -0.97% ========================================== Files 91 95 +4 Lines 37712 38154 +442 ========================================== + Hits 36833 36897 +64 - Misses 879 1257 +378 ```

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