From c92eed90448c650e2a75eadb414bf42a8458d39e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 18 Feb 2026 21:35:09 +0100 Subject: [PATCH] Remove Codecov call from GitHub CI workflow --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30b3329d..91ba75d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,8 @@ jobs: with: python-version: '3.10' - name: Install required Python packages - run: pip install -r requirements.txt -r test-requirements.txt codecov + run: pip install -r requirements.txt -r test-requirements.txt - name: Run configure script run: ./configure - name: Run check script run: ./check - - name: Upload coverage report to Codecov - uses: codecov/codecov-action@v5.5.2