neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.16k stars 954 forks source link

fix(symbol): don't decrease end.line for Python #4909

Closed fannheyward closed 4 months ago

fannheyward commented 4 months ago

Closes #1847, temporarily workaround fix, don't decrease end.line for Python

To make coc-funcobj-a/i to work as expected, the code should be formatted first.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 98.57%. Comparing base (3232964) to head (8a45c99).

Files Patch % Lines
src/handler/symbols/index.ts 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4909 +/- ## ======================================= Coverage 98.57% 98.57% ======================================= Files 273 273 Lines 26070 26071 +1 Branches 5389 5390 +1 ======================================= + Hits 25698 25700 +2 + Misses 219 218 -1 Partials 153 153 ```

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