Skip to content

Commit dbe172f

Browse files
authored
Merge pull request #180 from jupyter/blink1073-patch-1
2 parents 90ff2ce + 460f19b commit dbe172f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
3131
- name: Install dependencies
3232
run: |
33-
python -m pip install -U codecov
3433
pip install -e ".[test]"
3534
- name: Run the tests
3635
if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }}
@@ -41,9 +40,6 @@ jobs:
4140
if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }}
4241
run: |
4342
python -m pytest -vv || python -m pytest -vv --lf
44-
- name: Coverage
45-
run: |
46-
codecov
4743
4844
pre-commit:
4945
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)