Skip to content

Commit a2fa52f

Browse files
authored
Fixup workflows and add badges (#64)
1 parent f1b6fd5 commit a2fa52f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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:
@@ -63,13 +63,9 @@ jobs:
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:
@@ -80,10 +76,9 @@ jobs:
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:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

57
Jupyter Server Terminals is a Jupyter Server Extension providing support for terminals.
68

0 commit comments

Comments
 (0)