To: vim_dev@googlegroups.com Subject: Patch 8.2.4816 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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/codecov-action@v3.1.0 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/codecov-action@v3.1.0 with: directory: src flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ matrix.features }}-gui - name: Codecov (Vim) if: matrix.coverage ! uses: codecov/codecov-action@v3.1.0 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///