ctags icon indicating copy to clipboard operation
ctags copied to clipboard

[WIP] Sh: [EXPERIMENTAL] extract variables in variable assignments

Open masatake opened this issue 3 years ago • 1 comments

This change extracts X in "X=...".

masatake avatar Nov 22 '22 18:11 masatake

Codecov Report

Attention: Patch coverage is 76.92308% with 9 lines in your changes missing coverage. Please review.

Project coverage is 85.85%. Comparing base (b31106a) to head (82e721d).

Files with missing lines Patch % Lines
parsers/sh.c 76.92% 9 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3544      +/-   ##
==========================================
- Coverage   85.85%   85.85%   -0.01%     
==========================================
  Files         244      244              
  Lines       62989    63026      +37     
==========================================
+ Hits        54082    54110      +28     
- Misses       8907     8916       +9     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Nov 22 '22 19:11 codecov[bot]