diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e9e25d28..52b2a736 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -234,9 +234,7 @@ jobs: run: | pytest --maxfail=2 --cov=jupyterhub jupyterhub/tests - - name: Submit codecov report - run: | - codecov + - uses: codecov/codecov-action@v3 docker-build: runs-on: ubuntu-20.04 diff --git a/dev-requirements.txt b/dev-requirements.txt index e97dfb6c..2f9cb22d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,7 +3,6 @@ # seems to be a pip bug attrs>=17.4.0 beautifulsoup4 -codecov coverage cryptography html5lib # needed for beautifulsoup