From e5492609b3a153c631f1d600ecdef1af1c913bef Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 22 Dec 2020 19:05:33 +0100 Subject: patch 8.2.2192: Codecov on github actions fails Problem: Codecov on github actions fails. Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 9a5a41402b..7c9529b55b 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2192, /**/ 2191, /**/ -- cgit v1.2.3