]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
CI: Remove codecov package
authorStephen Finucane <stephen@that.guru>
Thu, 27 Apr 2023 09:43:41 +0000 (10:43 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 27 Apr 2023 09:43:41 +0000 (10:43 +0100)
This is no longer supported [1].

[1] https://about.codecov.io/blog/message-regarding-the-pypi-package/

Signed-off-by: Stephen Finucane <stephen@that.guru>
.github/workflows/ci.yaml

index 7fc9ab07c2c7cfcae683a652d64acdf1920d1534..b361a30cdbc81dbefc11a57ac482cadfdd616e61 100644 (file)
@@ -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: |