From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:12:46 +0000 (+0100) Subject: patch 9.0.1646: CI: codecov may take a very long time to run X-Git-Tag: v9.0.1646 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=982ded68b660d6c9849bfdc1b0dc469909266e1e;p=thirdparty%2Fvim.git patch 9.0.1646: CI: codecov may take a very long time to run Problem: CI: codecov may take a very long time to run. Solution: Add a timeout. (Philip Heiduck, closes #12559) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e6f23ba80..3481bcb8fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,6 +238,7 @@ jobs: find . -type f -name '*.gcno' -exec gcov -pb {} + || true - name: Codecov + timeout-minutes: 20 if: matrix.coverage uses: codecov/codecov-action@v3 with: @@ -610,6 +611,7 @@ jobs: find . -type f -name '*.gcno' -exec gcov -pb {} + || true - name: Codecov + timeout-minutes: 20 if: matrix.coverage uses: codecov/codecov-action@v3 with: diff --git a/src/version.c b/src/version.c index 14ede7f3a6..24ce99499b 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1646, /**/ 1645, /**/