]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1646: CI: codecov may take a very long time to run v9.0.1646
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Thu, 22 Jun 2023 17:12:46 +0000 (18:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Jun 2023 17:12:46 +0000 (18:12 +0100)
Problem:    CI: codecov may take a very long time to run.
Solution:   Add a timeout. (Philip Heiduck, closes #12559)

.github/workflows/ci.yml
src/version.c

index 4e6f23ba80c1fc322edbd85669ca59a547ed5c11..3481bcb8fcd971b5118ac2724af45ed20e5644e9 100644 (file)
@@ -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:
index 14ede7f3a63d1a73c658f438be9da4f3c4cf8ec6..24ce99499bb0f85245262c2d32c33bcccaf38a85 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1646,
 /**/
     1645,
 /**/