We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b994da commit 982ded6Copy full SHA for 982ded6
.github/workflows/ci.yml
@@ -238,6 +238,7 @@ jobs:
238
find . -type f -name '*.gcno' -exec gcov -pb {} + || true
239
240
- name: Codecov
241
+ timeout-minutes: 20
242
if: matrix.coverage
243
uses: codecov/codecov-action@v3
244
with:
@@ -610,6 +611,7 @@ jobs:
610
611
612
613
614
615
616
617
src/version.c
@@ -695,6 +695,8 @@ static char *(features[]) =
695
696
static int included_patches[] =
697
{ /* Add new patch number below this line */
698
+/**/
699
+ 1646,
700
/**/
701
1645,
702
0 commit comments