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:
Philip H
2023-06-22 18:12:46 +01:00
committed by Bram Moolenaar
parent 2b994da57a
commit 982ded68b6
2 changed files with 4 additions and 0 deletions

View 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:

View File

@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1646,
/**/
1645,
/**/