##// END OF EJS Templates
Removed chdir and changed to joining the path if not absolute path....
Removed chdir and changed to joining the path if not absolute path. This better follows the readlink docs.

File last commit:

r27232:e4474874 merge
r27529:3ad6bdca
Show More
codecov.yml
26 lines | 558 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Add codecov file, its apparently only way ton configure now.
r22722 coverage:
status:
Matthias Bussonnier
Disable codecov for current patch...
r26965 patch: off
Matthias Bussonnier
Add codecov file, its apparently only way ton configure now.
r22722 project:
Nikita Kniazev
Split coverage into distinct library and tests stats...
r27008 default: false
library:
Matthias Bussonnier
Add codecov file, its apparently only way ton configure now.
r22722 target: auto
Nikita Kniazev
Fix codecov.yml syntax...
r27015 paths: ['!.*/tests/.*']
Matthias Bussonnier
relax coverage target
r27021 threshold: 0.1%
Nikita Kniazev
Split coverage into distinct library and tests stats...
r27008 tests:
target: auto
Nikita Kniazev
Fix codecov.yml syntax...
r27015 paths: ['.*/tests/.*']
Matthias Bussonnier
Increase Codecov threshold for test....
r27213 threshold: 0.1%
Matthias Bussonnier
Try to enable codecov status...
r26880 codecov:
require_ci_to_pass: false
Nikita Kniazev
Suppress bunch of self-deprecation warnings...
r27009
ignore:
- IPython/kernel/*
- IPython/consoleapp.py
- IPython/core/inputsplitter.py
- IPython/lib/kernel.py
- IPython/utils/jsonutil.py
- IPython/utils/localinterfaces.py
- IPython/utils/log.py
- IPython/utils/signatures.py
- IPython/utils/traitlets.py