From da033a61020c4656cca507143c5907771dcf4f5b Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 27 Apr 2023 10:43:41 +0100 Subject: [PATCH] CI: Remove codecov package This is no longer supported [1]. [1] https://about.codecov.io/blog/message-regarding-the-pypi-package/ Signed-off-by: Stephen Finucane --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7fc9ab07..b361a30c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: Install Python dependencies - run: python -m pip install tox tox-gh-actions codecov + run: python -m pip install tox tox-gh-actions - name: Log database configuration (mysql) if: ${{ matrix.db == 'mysql' }} run: | -- 2.47.3