]> granicus.if.org Git - vim/commitdiff
patch 8.2.2346: Codecov reports every little coverage drop v8.2.2346
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Jan 2021 16:55:59 +0000 (17:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Jan 2021 16:55:59 +0000 (17:55 +0100)
Problem:    Codecov reports every little coverage drop.
Solution:   Tolerate a 0.05% drop. Hide the appveyor config file. (Ozaki
            Kiichi, closes #7678)

.appveyor.yml [moved from appveyor.yml with 100% similarity]
.codecov.yml [new file with mode: 0644]
src/version.c

similarity index 100%
rename from appveyor.yml
rename to .appveyor.yml
diff --git a/.codecov.yml b/.codecov.yml
new file mode 100644 (file)
index 0000000..6140fe9
--- /dev/null
@@ -0,0 +1,6 @@
+coverage:
+  range: "80...100"
+  status:
+    project:
+      default:
+        threshold: 0.05%
index 30a550fe2d2bb9e7f4d3bba9dcb23fc48f48da9c..56522d9343586ac263744bf7ad2ae962a034703c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2346,
 /**/
     2345,
 /**/