# HG changeset patch # User Bram Moolenaar # Date 1610643604 -3600 # Node ID 3b378f03f7133e02f8f0a11dfe7b2039c98cbca0 # Parent 1eb12f80af9ff83649b64d616f19ce769873e777 patch 8.2.2346: Codecov reports every little coverage drop Commit: https://github.com/vim/vim/commit/845b72854de90de13879598df53f1c388e52e1ba Author: Bram Moolenaar Date: Thu Jan 14 17:55:59 2021 +0100 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/appveyor.yml b/.appveyor.yml rename from appveyor.yml rename to .appveyor.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,6 @@ +coverage: + range: "80...100" + status: + project: + default: + threshold: 0.05% diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2346, +/**/ 2345, /**/ 2344,