neovim / pynvim

Python client and plugin host for Nvim
http://pynvim.readthedocs.io/en/latest/
Apache License 2.0
1.48k stars 118 forks source link

host: set self.name for _on_error_event #426

Closed justinmk closed 4 years ago

justinmk commented 4 years ago

fix #425

codecov[bot] commented 4 years ago

Codecov Report

Merging #426 into master will decrease coverage by 3.81%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
- Coverage   70.68%   66.87%   -3.82%     
==========================================
  Files          32       32              
  Lines        2204     2219      +15     
  Branches      210      210              
==========================================
- Hits         1558     1484      -74     
- Misses        590      672      +82     
- Partials       56       63       +7
Impacted Files Coverage Δ
test/conftest.py 73.33% <0%> (-5.24%) :arrow_down:
test/test_vim.py 99.33% <100%> (-0.67%) :arrow_down:
pynvim/plugin/host.py 26.34% <100%> (+2.3%) :arrow_up:
test/test_events.py 100% <100%> (ø) :arrow_up:
test/test_host.py 100% <100%> (ø) :arrow_up:
pynvim/msgpack_rpc/event_loop/uv.py 0% <0%> (-68.19%) :arrow_down:
pynvim/msgpack_rpc/event_loop/__init__.py 36.36% <0%> (-63.64%) :arrow_down:
pynvim/compat.py 40% <0%> (-10%) :arrow_down:
pynvim/msgpack_rpc/event_loop/asyncio.py 57% <0%> (-7%) :arrow_down:
pynvim/plugin/script_host.py 21.38% <0%> (-2.32%) :arrow_down:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 976be1a...5b50ce9. Read the comment docs.