Show More
@@ -1,25 +1,26 b'' | |||||
1 | coverage: |
|
1 | coverage: | |
2 | status: |
|
2 | status: | |
3 | patch: off |
|
3 | patch: off | |
4 | project: |
|
4 | project: | |
5 | default: false |
|
5 | default: false | |
6 | library: |
|
6 | library: | |
7 | target: auto |
|
7 | target: auto | |
8 | paths: ['!.*/tests/.*'] |
|
8 | paths: ['!.*/tests/.*'] | |
|
9 | threshold: 0.1% | |||
9 | tests: |
|
10 | tests: | |
10 | target: auto |
|
11 | target: auto | |
11 | paths: ['.*/tests/.*'] |
|
12 | paths: ['.*/tests/.*'] | |
12 | codecov: |
|
13 | codecov: | |
13 | require_ci_to_pass: false |
|
14 | require_ci_to_pass: false | |
14 |
|
15 | |||
15 | ignore: |
|
16 | ignore: | |
16 | - IPython/kernel/* |
|
17 | - IPython/kernel/* | |
17 | - IPython/consoleapp.py |
|
18 | - IPython/consoleapp.py | |
18 | - IPython/core/inputsplitter.py |
|
19 | - IPython/core/inputsplitter.py | |
19 | - IPython/lib/inputhook*.py |
|
20 | - IPython/lib/inputhook*.py | |
20 | - IPython/lib/kernel.py |
|
21 | - IPython/lib/kernel.py | |
21 | - IPython/utils/jsonutil.py |
|
22 | - IPython/utils/jsonutil.py | |
22 | - IPython/utils/localinterfaces.py |
|
23 | - IPython/utils/localinterfaces.py | |
23 | - IPython/utils/log.py |
|
24 | - IPython/utils/log.py | |
24 | - IPython/utils/signatures.py |
|
25 | - IPython/utils/signatures.py | |
25 | - IPython/utils/traitlets.py |
|
26 | - IPython/utils/traitlets.py |
General Comments 0
You need to be logged in to leave comments.
Login now