]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1985: CI: codecov is intrusive v9.0.1985
authordundargoc <gocdundar@gmail.com>
Thu, 5 Oct 2023 18:07:11 +0000 (20:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 5 Oct 2023 18:07:11 +0000 (20:07 +0200)
Problem:  CI: codecov is intrusive
Solution: disable codecov comments

The codecov report is incredibly intrusive, and getting a notification
for every PR to vim that codecov codecoved is annoying. If anyone is
interested in the report the information is readily available by
clicking on the job.

closes: #13285

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: dundargoc <gocdundar@gmail.com>
.codecov.yml
src/version.c

index 8ce62c5813b29ba64f6eb377baf3e47582edcd8f..ef957779895280b16a987063c554325a1a473003 100644 (file)
@@ -5,6 +5,8 @@ coverage:
       default:
         threshold: 0.05%
 
+comment: false
+
 # Files not run by tests
 ignore:
   - "src/dosinst.c"
index f1934b91b3e1cbd7604b46f1204289851f15d860..eb517ec37e97dd2bb7cc0747366c41327bb9abd1 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1985,
 /**/
     1984,
 /**/