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