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

Handle invalid index-expressions in view assignment #3539

Merged
merged 1 commit into from
Aug 20, 2024

Fix view assignment

5966b1b
Select commit
Loading
Failed to load commit list.
Merged

Handle invalid index-expressions in view assignment #3539

Fix view assignment
5966b1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 17, 2024 in 0s

80.40% (+0.00%) compared to 02f3a95

View this Pull Request on Codecov

80.40% (+0.00%) compared to 02f3a95

Details

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.40%. Comparing base (02f3a95) to head (5966b1b).
Report is 19 commits behind head on master.

Files Patch % Lines
runtime/interpreter/interpreter_expression.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #3539    +/-   ##
========================================
  Coverage   80.40%   80.40%            
========================================
  Files         393      393            
  Lines       97275    97375   +100     
========================================
+ Hits        78211    78293    +82     
- Misses      16327    16341    +14     
- Partials     2737     2741     +4     

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