Patch 8.2.4816
Problem: Still using older codecov app in some places of CI.
Solution: Use v3.1.0. (closes #10209)
Files: .github/workflows/ci.yml
*** ../vim-8.2.4815/.github/workflows/ci.yml 2022-04-16 21:46:35.096540795
+0100
--- .github/workflows/ci.yml 2022-04-24 12:42:20.150206371 +0100
***************
*** 254,260 ****
- name: Codecov
if: matrix.coverage
! uses: codecov/codecov-action@v3
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{
matrix.extra }}
--- 254,260 ----
- name: Codecov
if: matrix.coverage
! uses: codecov/[email protected]
with:
flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{
matrix.extra }}
***************
*** 600,613 ****
- name: Codecov (gVim)
if: matrix.coverage
! uses: codecov/codecov-action@v2
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}-gui
- name: Codecov (Vim)
if: matrix.coverage
! uses: codecov/codecov-action@v2
with:
directory: src2
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}
--- 600,613 ----
- name: Codecov (gVim)
if: matrix.coverage
! uses: codecov/[email protected]
with:
directory: src
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}-gui
- name: Codecov (Vim)
if: matrix.coverage
! uses: codecov/[email protected]
with:
directory: src2
flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{
matrix.features }}
*** ../vim-8.2.4815/src/version.c 2022-04-23 19:52:10.769491148 +0100
--- src/version.c 2022-04-24 12:44:16.046059387 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4816,
/**/
--
Well, you come from nothing, you go back to nothing... What have you
lost? Nothing!
-- Monty Python: The life of Brian
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220424114531.D72F21C43D0%40moolenaar.net.