commit | 845b72854de90de13879598df53f1c388e52e1ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 17:55:59 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 17:55:59 2021 +0100 |
tree | b25476eb4991cef233a9ea0705298ec61ab5bcf4 | |
parent | 681fc3fa782e99fe69ed2c83c3e29109d2d61e1a [diff] |
patch 8.2.2346: Codecov reports every little coverage drop Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)
diff --git a/src/version.c b/src/version.c index 30a550f..56522d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2346, +/**/ 2345, /**/ 2344,