##// END OF EJS Templates
Increase Codecov threshold for test....
Matthias Bussonnier -
Show More
@@ -1,26 +1,27 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 threshold: 0.1%
10 tests:
10 tests:
11 target: auto
11 target: auto
12 paths: ['.*/tests/.*']
12 paths: ['.*/tests/.*']
13 threshold: 0.1%
13 codecov:
14 codecov:
14 require_ci_to_pass: false
15 require_ci_to_pass: false
15
16
16 ignore:
17 ignore:
17 - IPython/kernel/*
18 - IPython/kernel/*
18 - IPython/consoleapp.py
19 - IPython/consoleapp.py
19 - IPython/core/inputsplitter.py
20 - IPython/core/inputsplitter.py
20 - IPython/lib/inputhook*.py
21 - IPython/lib/inputhook*.py
21 - IPython/lib/kernel.py
22 - IPython/lib/kernel.py
22 - IPython/utils/jsonutil.py
23 - IPython/utils/jsonutil.py
23 - IPython/utils/localinterfaces.py
24 - IPython/utils/localinterfaces.py
24 - IPython/utils/log.py
25 - IPython/utils/log.py
25 - IPython/utils/signatures.py
26 - IPython/utils/signatures.py
26 - IPython/utils/traitlets.py
27 - IPython/utils/traitlets.py
General Comments 0
You need to be logged in to leave comments. Login now