Skip to content

Commit 460f19b

Browse files
authored
Remove codecov
1 parent 90ff2ce commit 460f19b

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)