From: Nathan Moinvaziri Date: Sun, 20 Sep 2020 02:55:46 +0000 (-0700) Subject: Use latest stable version of codecov rather that git repo. X-Git-Tag: 1.9.9-b1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ad5acca9f64a6d8340e21d1a4dd56d14ca3d13;p=thirdparty%2Fzlib-ng.git Use latest stable version of codecov rather that git repo. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e02012e8..91de050c 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -386,7 +386,7 @@ jobs: - name: Install codecov.io tools if: matrix.codecov run: | - python -u -m pip install git+https://github.com/codecov/codecov-python.git + python -u -m pip install codecov - name: Generate project files # Shared libaries turned off for qemu ppc* and sparc & reduce code coverage sources