changeset 32629:4d7ba56f2634 v9.0.1646

patch 9.0.1646: CI: codecov may take a very long time to run Commit: https://github.com/vim/vim/commit/982ded68b660d6c9849bfdc1b0dc469909266e1e Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Thu Jun 22 18:12:46 2023 +0100 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 https://github.com/vim/vim/issues/12559)
author Bram Moolenaar <Bram@vim.org>
date Thu, 22 Jun 2023 19:15:04 +0200
parents 7be5552dc78e
children 7477909c676f
files .github/workflows/ci.yml src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1646,
+/**/
     1645,
 /**/
     1644,