From 89f2b61db6eb26e2b56686d9e07357e77ee282c9 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 31 Oct 2022 19:26:55 +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 62c20c13..4995d238 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,6 +91,4 @@ jobs: run: | pytest --verbose --color=yes --durations=10 --cov=repo2docker tests/${{ matrix.repo_type }} - - name: Submit codecov report - run: | - codecov + - uses: codecov/codecov-action@v3 diff --git a/dev-requirements.txt b/dev-requirements.txt index 245b425e..6553a674 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,4 @@ build -codecov conda-lock pre-commit pytest-cov