mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-09 03:54:52 +08:00
.coveragerc: concurrency = greenlet (#874)
Fixes https://github.com/neovim/python-client/issues/354
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = 1
|
branch = 1
|
||||||
|
# Used by/for neovim-python-client.
|
||||||
|
concurrency = greenlet
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
include = pythonx/jedi_*.py,test/*
|
include = pythonx/jedi_*.py,test/*
|
||||||
|
|||||||
Reference in New Issue
Block a user