forked from aniani/vim
patch 9.0.0570: CI for Windows is still using codecov action 3.1.0
Problem: CI for Windows is still using codecov action 3.1.0. Solution: Use action 3.1.1. (closes #11212)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -605,7 +605,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
if: matrix.coverage
|
if: matrix.coverage
|
||||||
uses: codecov/codecov-action@v3.1.0
|
uses: codecov/codecov-action@v3.1.1
|
||||||
with:
|
with:
|
||||||
directory: src
|
directory: src
|
||||||
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
|
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}
|
||||||
|
@@ -699,6 +699,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 */
|
||||||
|
/**/
|
||||||
|
570,
|
||||||
/**/
|
/**/
|
||||||
569,
|
569,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user