Patch 8.2.2192

6 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 22, 2020, 1:06:11 PM12/22/20
to vim...@googlegroups.com

Patch 8.2.2192
Problem: Codecov on github actions fails.
Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
Files: Filelist, .github/workflows/ci.yml


*** ../vim-8.2.2191/Filelist 2020-10-11 14:22:18.763382728 +0200
--- Filelist 2020-12-22 19:03:24.462571841 +0100
***************
*** 9,15 ****
.lgtm.yml \
.travis.yml \
.cirrus.yml \
! .github/workflows/ci-windows.yaml \
.github/workflows/codeql-analysis.yml \
.github/CODEOWNERS \
appveyor.yml \
--- 9,15 ----
.lgtm.yml \
.travis.yml \
.cirrus.yml \
! .github/workflows/ci.yml \
.github/workflows/codeql-analysis.yml \
.github/CODEOWNERS \
appveyor.yml \
*** ../vim-8.2.2191/.github/workflows/ci.yml 2020-12-21 13:37:13.513191440 +0100
--- .github/workflows/ci.yml 2020-12-22 19:05:09.406240894 +0100
***************
*** 214,224 ****

- 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 }}

- name: ASan logs
if: contains(matrix.extra, 'asan') && !cancelled()
--- 214,222 ----

- name: Codecov
if: matrix.coverage && success()
! 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()
*** ../vim-8.2.2191/src/version.c 2020-12-22 18:56:52.055797690 +0100
--- src/version.c 2020-12-22 19:03:54.290477884 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2192,
/**/

--
login: yes
password: I don't know, please tell me
password is incorrect
login: yes
password: incorrect

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages