Patch 8.2.2346
Problem: Codecov reports every little coverage drop.
Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki
Kiichi, closes #7678)
Files: .appveyor.yml, appveyor.yml, .codecov.yml
*** ../vim-8.2.2345/.appveyor.yml 2021-01-14 17:54:03.995741793 +0100
--- .appveyor.yml 2021-01-14 17:50:46.620377066 +0100
***************
*** 0 ****
--- 1,34 ----
+ version: "{build}"
+
+ skip_tags: true
+
+ environment:
+ matrix:
+ - FEATURE: HUGE
+ # disabled
+ # - FEATURE: TINY
+ # - FEATURE: SMALL
+ # - FEATURE: NORMAL
+ # - FEATURE: BIG
+
+ matrix:
+ fast_finish: true
+
+ before_build:
+ # Use Windows SDK 7.1 (= MSVC 2010)
+ - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
/release'
+ - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'
+
+ build_script:
+ - ci/appveyor.bat
+
+ test_script:
+ - cd src/testdir
+ # Testing with MSVC gvim
+ - path C:\Python35-x64;%PATH%
+ - nmake -f Make_dos.mak VIMPROG=..\gvim
+ - nmake -f Make_dos.mak clean
+ # Testing with MSVC console version
+ - nmake -f Make_dos.mak VIMPROG=..\vim
+
+ # vim: sw=2 sts=2 et ts=8 sr
*** ../vim-8.2.2345/appveyor.yml 2020-07-29 16:31:59.495477647 +0200
--- appveyor.yml 1970-01-01 01:00:00.000000000 +0100
***************
*** 1,34 ****
- version: "{build}"
-
- skip_tags: true
-
- environment:
- matrix:
- - FEATURE: HUGE
- # disabled
- # - FEATURE: TINY
- # - FEATURE: SMALL
- # - FEATURE: NORMAL
- # - FEATURE: BIG
-
- matrix:
- fast_finish: true
-
- before_build:
- # Use Windows SDK 7.1 (= MSVC 2010)
- - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
/release'
- - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'
-
- build_script:
- - ci/appveyor.bat
-
- test_script:
- - cd src/testdir
- # Testing with MSVC gvim
- - path C:\Python35-x64;%PATH%
- - nmake -f Make_dos.mak VIMPROG=..\gvim
- - nmake -f Make_dos.mak clean
- # Testing with MSVC console version
- - nmake -f Make_dos.mak VIMPROG=..\vim
-
- # vim: sw=2 sts=2 et ts=8 sr
--- 0 ----
*** ../vim-8.2.2345/.codecov.yml 2021-01-14 17:54:03.999741782 +0100
--- .codecov.yml 2021-01-14 17:50:46.620377066 +0100
***************
*** 0 ****
--- 1,6 ----
+ coverage:
+ range: "80...100"
+ status:
+ project:
+ default:
+ threshold: 0.05%
*** ../vim-8.2.2345/src/version.c 2021-01-14 17:35:17.283416578 +0100
--- src/version.c 2021-01-14 17:53:13.283904864 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2346,
/**/
--
hundred-and-one symptoms of being an internet addict:
142. You dream about creating the world's greatest web site.
/// 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/202101141656.10EGuou51624793%40masaka.moolenaar.net.