Show More
@@ -17,7 +17,6 codecov: | |||
|
17 | 17 | ignore: |
|
18 | 18 | - IPython/kernel/* |
|
19 | 19 | - IPython/consoleapp.py |
|
20 | - IPython/core/inputsplitter.py | |
|
21 | 20 | - IPython/lib/kernel.py |
|
22 | 21 | - IPython/utils/jsonutil.py |
|
23 | 22 | - IPython/utils/localinterfaces.py |
@@ -202,7 +202,6 module = [ | |||
|
202 | 202 | "IPython.core.history", |
|
203 | 203 | "IPython.core.historyapp", |
|
204 | 204 | "IPython.core.hooks", |
|
205 | "IPython.core.inputsplitter", | |
|
206 | 205 | "IPython.core.inputtransformer", |
|
207 | 206 | "IPython.core.inputtransformer2", |
|
208 | 207 | "IPython.core.interactiveshell", |
@@ -345,7 +344,6 addopts = [ | |||
|
345 | 344 | "--ignore=IPython/utils/eventful.py", |
|
346 | 345 | "--ignore=IPython/kernel", |
|
347 | 346 | "--ignore=IPython/consoleapp.py", |
|
348 | "--ignore=IPython/core/inputsplitter.py", | |
|
349 | 347 | "--ignore=IPython/lib/kernel.py", |
|
350 | 348 | "--ignore=IPython/utils/jsonutil.py", |
|
351 | 349 | "--ignore=IPython/utils/localinterfaces.py", |
General Comments 0
You need to be logged in to leave comments.
Login now