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

ci: Travis: test with Python 3.8 #427

Closed blueyed closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #427 into master will increase coverage by 0.24%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #427      +/-   ##
==========================================
+ Coverage   71.02%   71.26%   +0.24%     
==========================================
  Files          32       32              
  Lines        2219     2255      +36     
  Branches      210      210              
==========================================
+ Hits         1576     1607      +31     
- Misses        586      591       +5     
  Partials       57       57
Impacted Files Coverage Δ
pynvim/msgpack_rpc/event_loop/asyncio.py 59% <0%> (-5%) :arrow_down:
pynvim/api/window.py 100% <0%> (ø) :arrow_up:
pynvim/api/tabpage.py 100% <0%> (ø) :arrow_up:
pynvim/api/nvim.py 82.47% <0%> (+0.8%) :arrow_up:
pynvim/api/buffer.py 70.43% <0%> (+1.06%) :arrow_up:
test/conftest.py 75% <0%> (+1.66%) :arrow_up:
pynvim/plugin/script_host.py 25.84% <0%> (+2.14%) :arrow_up:

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 8ebcded...5d90f22. Read the comment docs.