summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-14 17:55:59 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-14 17:55:59 +0100
commit845b72854de90de13879598df53f1c388e52e1ba (patch)
treeb25476eb4991cef233a9ea0705298ec61ab5bcf4
parent681fc3fa782e99fe69ed2c83c3e29109d2d61e1a (diff)
downloadvim-git-845b72854de90de13879598df53f1c388e52e1ba.tar.gz
patch 8.2.2346: Codecov reports every little coverage dropv8.2.2346
Problem: Codecov reports every little coverage drop. Solution: Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki Kiichi, closes #7678)
-rw-r--r--.appveyor.yml (renamed from appveyor.yml)0
-rw-r--r--.codecov.yml6
-rw-r--r--src/version.c2
3 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/.appveyor.yml
index 80f8e38f0..80f8e38f0 100644
--- a/appveyor.yml
+++ b/.appveyor.yml
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644
index 000000000..6140fe966
--- /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
index 30a550fe2..56522d934 100644
--- 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,