mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -238,6 +238,7 @@ jobs:
|
|||||||
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
|
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
|
timeout-minutes: 20
|
||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
@@ -610,6 +611,7 @@ jobs:
|
|||||||
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
|
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
|
timeout-minutes: 20
|
||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1646,
|
||||||
/**/
|
/**/
|
||||||
1645,
|
1645,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user