File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,16 @@ jobs:
41
41
if : ${{ matrix.os == 'ubuntu-latest' }}
42
42
run : |
43
43
hatch run cov:test -n auto --cov-fail-under 80 || hatch run test:test --lf
44
- pip install codecov
45
- codecov
46
44
47
45
- name : Run the tests on Windows and MacOS
48
46
if : ${{ matrix.os != 'ubuntu-latest' }}
49
47
run : hatch run cov:test -s -n auto || hatch run cov:test -s --lf
50
48
49
+ - name : Codecov
50
+ run : |
51
+ pip install codecov
52
+ codecov
53
+
51
54
generate_changelog :
52
55
runs-on : ubuntu-20.04
53
56
timeout-minutes : 10
90
93
only_create_file : 1
91
94
- name : Run the unit tests
92
95
run : |
93
- export PIP_CONSTRAINT="./contraints_file.txt"
94
96
hatch run test:nowarn || hatch run test:nowarn --lf
95
97
96
98
test_prereleases :
@@ -104,8 +106,7 @@ jobs:
104
106
python_version : " 3.11"
105
107
- name : Run the tests
106
108
run : |
107
- export PIP_PRE=1
108
- hatch run test:nowarn || hatch run test:nowarn --lf
109
+ PIP_PRE=1 hatch run test:nowarn || hatch run test:nowarn --lf
109
110
110
111
docs :
111
112
runs-on : ubuntu-20.04
Original file line number Diff line number Diff line change 1
1
# Jupyter Releaser
2
2
3
+ [ ![ Build Status] ( https://github.com/jupyter-server/jupyter-releaser/actions/workflows/test.yml/badge.svg?query=branch%3Amain++ )] ( https://github.com/jupyter-server/jupyter_releaser/actions/workflows/test.yml/badge.svg?query=branch%3Amain++ )
4
+ [ ![ codecov] ( https://codecov.io/gh/jupyter-server/jupyter_releaser/branch/main/graph/badge.svg?token=6OPBSEMMUG )] ( https://codecov.io/gh/jupyter-server/jupyter_releaser )
5
+ [ ![ Documentation Status] ( https://readthedocs.org/projects/jupyter-releaser/badge/?version=latest )] ( http://jupyter-releaser.readthedocs.io/en/latest/?badge=latest )
6
+
3
7
** Jupyter Releaser** contains a set of helper scripts and GitHub Actions to aid in automated releases of Python and npm packages.
4
8
5
9
## Installation
You can’t perform that action at this time.
0 commit comments