diff --git a/.github/workflows/pip_install_gmpy2.yml b/.github/workflows/pip_install_gmpy2.yml index 82c02b53..b48203f8 100644 --- a/.github/workflows/pip_install_gmpy2.yml +++ b/.github/workflows/pip_install_gmpy2.yml @@ -63,14 +63,6 @@ jobs: PYTHONPATH=`pwd`/gmpy2 python test_cython/runtests.py lcov --capture --directory . --no-external --output-file build/coverage.info genhtml build/coverage.info --output-directory build/coverage - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 - with: - gcov: true - gcov_include: src/*.c - gcov_args: --no-external - fail_ci_if_error: false - token: ${{ secrets.CODECOV_TOKEN }} - name: Archive build artifacts uses: actions/upload-artifact@v4 if: matrix.python-version == 3.11