1. 7f51a0332edd0c675c2d314ca3e62df7ef041281 deps/ipython (8.4.0-33-g7f51a0332)
27 lines
558 B
YAML
27 lines
558 B
YAML
coverage:
|
|
status:
|
|
patch: off
|
|
project:
|
|
default: false
|
|
library:
|
|
target: auto
|
|
paths: ['!.*/tests/.*']
|
|
threshold: 0.1%
|
|
tests:
|
|
target: auto
|
|
paths: ['.*/tests/.*']
|
|
threshold: 0.1%
|
|
codecov:
|
|
require_ci_to_pass: false
|
|
|
|
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
|