Skip to content

Commit 9a00e7c

Browse files
dundargocchrisbra
authored andcommitted
patch 9.0.1985: CI: codecov is intrusive
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: vim#13285 Signed-off-by: Christian Brabandt <[email protected]> Co-authored-by: dundargoc <[email protected]>
1 parent 85ff0c1 commit 9a00e7c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.codecov.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ coverage:
55
default:
66
threshold: 0.05%
77

8+
comment: false
9+
810
# Files not run by tests
911
ignore:
1012
- "src/dosinst.c"

src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
1985,
707709
/**/
708710
1984,
709711
/**/

0 commit comments

Comments
 (0)