##// END OF EJS Templates
.github/workflows/downstream.yml: Test with sagemath-repl (#14317)...
.github/workflows/downstream.yml: Test with sagemath-repl (#14317) Adding a lightweight test with SageMath using the modularized distribution https://pypi.org/project/sagemath-repl/ of the Sage library. Motivated by https://github.com/sagemath/sage/issues/36975, https://github.com/ipython/ipython/pull/14223#issuecomment-1870467577, https://github.com/sagemath/sage/issues/36993, https://github.com/sagemath/sage/issues/37031 @Carreau

File last commit:

r27232:e4474874 merge
r28624:ce22aa27 merge
Show More
codecov.yml
26 lines | 558 B | text/x-yaml | YamlLexer
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