Skip to content

Commit 982ded6

Browse files
pheiduckbrammool
authored andcommitted
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 vim#12559)
1 parent 2b994da commit 982ded6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ jobs:
238238
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
239239
240240
- name: Codecov
241+
timeout-minutes: 20
241242
if: matrix.coverage
242243
uses: codecov/codecov-action@v3
243244
with:
@@ -610,6 +611,7 @@ jobs:
610611
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
611612
612613
- name: Codecov
614+
timeout-minutes: 20
613615
if: matrix.coverage
614616
uses: codecov/codecov-action@v3
615617
with:

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1646,
698700
/**/
699701
1645,
700702
/**/

0 commit comments

Comments
 (0)