From 460f19b17b2380f5d575167b64de89b877237741 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 15 Apr 2023 08:07:01 -0500 Subject: [PATCH] Remove codecov --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4479471..2af94d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,6 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install dependencies run: | - python -m pip install -U codecov pip install -e ".[test]" - name: Run the tests if: ${{ !startsWith(matrix.python-version, 'pypy') && !startsWith(matrix.os, 'windows') }} @@ -41,9 +40,6 @@ jobs: if: ${{ startsWith(matrix.python-version, 'pypy') || startsWith(matrix.os, 'windows') }} run: | python -m pytest -vv || python -m pytest -vv --lf - - name: Coverage - run: | - codecov pre-commit: runs-on: ubuntu-latest