##// END OF EJS Templates
Statically type OInfo. (#13973)...
Statically type OInfo. (#13973) In view of working with #13860, some cleanup inspect to be properly typed, and using stricter datastructure. Instead of dict we now use dataclasses, this will make sure that fields type and access can be stricter and verified not only at runtime, but by mypy

File last commit:

r27232:e4474874 merge
r28166:29b451fc merge
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