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

[prover-v2] Connecting Prover to v2 code generation toolchain #12534

Merged
merged 3 commits into from
Mar 21, 2024

Fixing things after optimization is on by default

221845a
Select commit
Loading
Failed to load commit list.
Merged

[prover-v2] Connecting Prover to v2 code generation toolchain #12534

Fixing things after optimization is on by default
221845a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 21, 2024 in 0s

64.1% (+0.0%) compared to e2fd0ba

View this Pull Request on Codecov

64.1% (+0.0%) compared to e2fd0ba

Details

Codecov Report

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

Project coverage is 64.1%. Comparing base (e2fd0ba) to head (221845a).
Report is 1 commits behind head on main.

Files Patch % Lines
...ools/move-package/src/compilation/model_builder.rs 21.6% 29 Missing ⚠️
third_party/move/move-model/src/ast.rs 54.7% 24 Missing ⚠️
third_party/move/move-compiler-v2/src/lib.rs 76.0% 18 Missing ⚠️
third_party/move/move-model/src/model.rs 62.9% 10 Missing ⚠️
...e-prover/boogie-backend/src/bytecode_translator.rs 53.8% 6 Missing ⚠️
...ty/move/move-model/bytecode/src/borrow_analysis.rs 66.6% 5 Missing ⚠️
third_party/move/tools/move-cli/src/base/docgen.rs 0.0% 5 Missing ⚠️
...iler-v2/src/pipeline/livevar_analysis_processor.rs 42.8% 4 Missing ⚠️
...model/bytecode/src/stackless_bytecode_generator.rs 33.3% 4 Missing ⚠️
...ty/move/move-model/bytecode/src/function_target.rs 84.2% 3 Missing ⚠️
... and 7 more
Additional details and impacted files
@@           Coverage Diff            @@
##             main   #12534    +/-   ##
========================================
  Coverage    64.0%    64.1%            
========================================
  Files         818      818            
  Lines      181627   181930   +303     
========================================
+ Hits       116377   116649   +272     
- Misses      65250    65281    +31     

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