##// END OF EJS Templates
Set InterruptiblePdb as the default debugger....
Set InterruptiblePdb as the default debugger. This make sure that user can stop pdb with SigInt, for example if you refresh your notebook while being in a debug session.

File last commit:

r26880:24d76d5b
r26947:e92f7049
Show More
codecov.yml
7 lines | 106 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Add codecov file, its apparently only way ton configure now.
r22722 coverage:
status:
project:
default:
target: auto
Matthias Bussonnier
Try to enable codecov status...
r26880 codecov:
require_ci_to_pass: false