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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202012221806.0BMI61ZX2632641%40masaka.moolenaar.net.