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