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