From: Stephen Finucane Date: Thu, 27 Apr 2023 09:43:41 +0000 (+0100) Subject: CI: Remove codecov package X-Git-Tag: v3.2.0~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da033a61020c4656cca507143c5907771dcf4f5b;p=thirdparty%2Fpatchwork.git 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 --- 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: |