##// END OF EJS Templates
Add setting to disable venv warning (#13706)...
Add setting to disable venv warning (#13706) * Add setting to disable venv warning * Fix style * Add what's new entry * Improve help text * Use double quotes Co-authored-by: Blazej Michalik <6691643+MrMino@users.noreply.github.com> * Add missing comma Co-authored-by: Blazej Michalik <6691643+MrMino@users.noreply.github.com>

File last commit:

r27232:e4474874 merge
r27697:66aeb3fc master
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