File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 55
55
jupyter server extension list 2>&1 | grep -ie "notebook.*enabled" -
56
56
python -m jupyterlab.browser_check
57
57
58
+ - name : Codecov
59
+ run : |
60
+ pip install codecov coverage[toml]
61
+ codecov
62
+
58
63
test_docs :
59
64
name : Test Docs
60
65
runs-on : ubuntu-latest
74
79
- uses : actions/checkout@v3
75
80
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
76
81
with :
77
- python_version : " 3.7"
78
- - uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
79
- with :
80
- only_create_file : 1
82
+ dependency_type : minimum
81
83
- name : Run the unit tests
82
84
run : |
83
85
hatch run test:nowarn || hatch run test:nowarn --lf
@@ -90,10 +92,10 @@ jobs:
90
92
- uses : actions/checkout@v3
91
93
- uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
92
94
with :
93
- python_version : " 3.11 "
95
+ dependency_type : pre
94
96
- name : Run the tests
95
97
run : |
96
- PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
98
+ hatch run test:nowarn || hatch run test:nowarn --lf
97
99
98
100
install :
99
101
needs : [build]
You can’t perform that action at this time.
0 commit comments