codecov.yml
26 lines
| 558 B
| text/x-yaml
|
YamlLexer
Matthias Bussonnier
|
r22722 | coverage: | ||
status: | ||||
Matthias Bussonnier
|
r26965 | patch: off | ||
Matthias Bussonnier
|
r22722 | project: | ||
Nikita Kniazev
|
r27008 | default: false | ||
library: | ||||
Matthias Bussonnier
|
r22722 | target: auto | ||
Nikita Kniazev
|
r27015 | paths: ['!.*/tests/.*'] | ||
Matthias Bussonnier
|
r27021 | threshold: 0.1% | ||
Nikita Kniazev
|
r27008 | tests: | ||
target: auto | ||||
Nikita Kniazev
|
r27015 | paths: ['.*/tests/.*'] | ||
Matthias Bussonnier
|
r27213 | threshold: 0.1% | ||
Matthias Bussonnier
|
r26880 | codecov: | ||
require_ci_to_pass: false | ||||
Nikita Kniazev
|
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 | ||||