]> granicus.if.org Git - vim/commitdiff
patch 8.2.2192: Codecov on github actions fails v8.2.2192
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Dec 2020 18:05:33 +0000 (19:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Dec 2020 18:05:33 +0000 (19:05 +0100)
Problem:    Codecov on github actions fails.
Solution:   Revert to codecov script. (Ozaki Kiichi, closes #7529)

.github/workflows/ci.yml
Filelist
src/version.c

index 2a1a218bb45e8ea94c7dc4bb8d369e053e663161..40a2ce3e5ede607a8b3cddeccde3681a5dc78437 100644 (file)
@@ -214,11 +214,9 @@ jobs:
 
       - name: Codecov
         if: matrix.coverage && success()
-        uses: codecov/codecov-action@v1
-        with:
-          flags: ${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
-          fail_ci_if_error: true
-          working-directory: ${{ env.SRCDIR }}
+        run: |
+          cd "${SRCDIR}"
+          bash <(curl -s https://codecov.io/bash) -F "${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}"
 
       - name: ASan logs
         if: contains(matrix.extra, 'asan') && !cancelled()
index 95ff37f64018bc545ee4892cd5e77851dbd12a68..a8ee3415ebabbbb0906901802aa574eb04bc03ab 100644 (file)
--- a/Filelist
+++ b/Filelist
@@ -9,7 +9,7 @@ SRC_ALL =       \
                .lgtm.yml \
                .travis.yml \
                .cirrus.yml \
-               .github/workflows/ci-windows.yaml \
+               .github/workflows/ci.yml \
                .github/workflows/codeql-analysis.yml \
                .github/CODEOWNERS \
                appveyor.yml \
index 9a5a41402b3f0beede9de66060756f59b8443592..7c9529b55b974cf075c822dab5f2dc5c70d402d4 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2192,
 /**/
     2191,
 /**/