##// END OF EJS Templates
Restore lineno's for Input mapped files (#13560)...
Restore lineno's for Input mapped files (#13560) * Implement lineno's for Input mapped files * Adopt In [123], line 123 format * Revert "Set co_name for cells run line by line. Fixes https://github.com/ipython/ipykernel/issues/841" (This reverts commit d11e987f174a15f1640f8006c86f58d884c3faa4.) * Omit mention of ", in <module>" for input tracebacks * Input cell -> Cell * Remove <module> from traceback doctests * Use f-string for `in ...' format * Simplify _format_list logic, converting to f-strings

File last commit:

r27232:e4474874 merge
r27686:a72418e2
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