mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
A path to ignore in coveragerc was wrong
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
omit =
|
omit =
|
||||||
jedi/_compatibility.py
|
jedi/_compatibility.py
|
||||||
jedi/evaluate/compiled/__main__.py
|
jedi/evaluate/compiled/subprocess/__main__.py
|
||||||
jedi/__main__.py
|
jedi/__main__.py
|
||||||
# Is statically analyzed and not actually executed.
|
# Is statically analyzed and not actually executed.
|
||||||
jedi/evaluate/jedi_typing.py
|
jedi/evaluate/jedi_typing.py
|
||||||
|
|||||||
Reference in New Issue
Block a user