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

Support renaming variables within read commands #1221

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mcecode
Copy link
Contributor

@mcecode mcecode commented Nov 10, 2024

Fixes #1183

Copy link

codecov bot commented Nov 10, 2024

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes missing coverage. Please review.

Project coverage is 81.09%. Comparing base (ca1048e) to head (4a02d94).
Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
server/src/util/tree-sitter.ts 62.50% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1221      +/-   ##
==========================================
- Coverage   86.10%   81.09%   -5.01%     
==========================================
  Files          29       29              
  Lines        1439     1455      +16     
  Branches      342      351       +9     
==========================================
- Hits         1239     1180      -59     
- Misses        189      218      +29     
- Partials       11       57      +46     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming a variable changes all instances except those made on read
1 participant