##// END OF EJS Templates
Add Xfail test on 3.9.8...
Add Xfail test on 3.9.8 See https://bugs.python.org/issue45738 once fixed (or later if not fixed), we can also catch system error only on the relevant Python versions and that _should_ be ok, but I want to avoid doing it for now.

File last commit:

r27015:63ddd777
r27020:4727faae
Show More
codecov.yml
25 lines | 540 B | text/x-yaml | YamlLexer
coverage:
status:
patch: off
project:
default: false
library:
target: auto
paths: ['!.*/tests/.*']
tests:
target: auto
paths: ['.*/tests/.*']
codecov:
require_ci_to_pass: false
ignore:
- IPython/kernel/*
- IPython/consoleapp.py
- IPython/core/inputsplitter.py
- IPython/lib/inputhook*.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