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