From b83a6250baa794e64cab4d7365a1888f1dad944d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 31 Oct 2022 19:36:37 +0100 Subject: [PATCH] ci: use non-deprecated codecov uploader --- .github/workflows/test.yml | 4 +--- dev-requirements.txt | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) 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