File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 4444 hatch run cov:test --cov-fail-under 75 || hatch run test:test --lf
4545 - name : Coverage
4646 run : |
47- pip install codecov
47+ pip install codecov coverage[toml]
4848 codecov
4949
5050 test_docs :
6363 - uses : actions/checkout@v3
6464 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
6565 with :
66- python_version : " 3.8"
67- - uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
68- with :
69- only_create_file : 1
66+ dependency_type : minimum
7067 - name : Run the unit tests
7168 run : |
72- export PIP_CONSTRAINT="./contraints_file.txt"
7369 hatch run test:nowarn || hatch run test:nowarn --lf
7470
7571 test_prereleases :
8076 - uses : actions/checkout@v3
8177 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
8278 with :
83- python_version : " 3.11 "
79+ dependency_type : pre
8480 - name : Run the tests
8581 run : |
86- export PIP_PRE=1
8782 hatch run test:nowarn || hatch run test:nowarn --lf
8883
8984 make_sdist :
Original file line number Diff line number Diff line change 11# Jupyter Server Terminals
22
33[ ![ Build Status] ( https://github.com/jupyter-server/jupyter_server_terminals/actions/workflows/test.yml/badge.svg?query=branch%3Amain++ )] ( https://github.com/jupyter-server/jupyter_server_terminals/actions?query=branch%3Amain++ )
4+ [ ![ codecov] ( https://codecov.io/gh/jupyter-server/jupyter_server_terminals/branch/main/graph/badge.svg?token=6OPBSEMMUG )] ( https://codecov.io/gh/jupyter-server/jupyter_server_terminals )
5+ [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyter-server-terminals/badge/?version=latest )] ( http://jupyter-server-terminals.readthedocs.io/en/latest/?badge=latest )
46
57Jupyter Server Terminals is a Jupyter Server Extension providing support for terminals.
68
You can’t perform that action at this time.
0 commit comments