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

[Compiler-v2] Track live var info in spec blocks by default #14890

Merged
merged 2 commits into from
Oct 15, 2024

check use of variable in spec by default in live analysis

cb59b44
Select commit
Loading
Failed to load commit list.
Merged

[Compiler-v2] Track live var info in spec blocks by default #14890

check use of variable in spec by default in live analysis
cb59b44
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2024 in 1s

60.1% (+0.0%) compared to 918b643

View this Pull Request on Codecov

60.1% (+0.0%) compared to 918b643

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 60.1%. Comparing base (918b643) to head (cb59b44).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...iler-v2/src/pipeline/livevar_analysis_processor.rs 50.0% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14890   +/-   ##
=======================================
  Coverage    60.1%    60.1%           
=======================================
  Files         856      856           
  Lines      210845   210854    +9     
=======================================
+ Hits       126742   126796   +54     
+ Misses      84103    84058   -45     

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