##// END OF EJS Templates
utils: coloransi: Escape Unicode U0001 and U0002 non-printable characters....
utils: coloransi: Escape Unicode U0001 and U0002 non-printable characters. Fixes #13637. These Unicode characters, would cause problems when processed by LaTeX to generate the info or PDF documentation targets. * IPython/utils/coloransi.py (InputTermColors): Escape the backslashes in \001 and \002 so that they are shown as literals '\001' and '\002' strings in the Sphinx-generated documentation rather than as non-printable Unicode characters.

File last commit:

r27232:e4474874 merge
r27688:f20e3b80
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