patch 8.1.0946: Coveralls is not very useful
Problem: Coveralls is not very useful.
Solution: Remove Coveralls badge, add badge for packages.
diff --git a/README.md b/README.md
index 92257d3..c579ccc 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@

[](https://travis-ci.org/vim/vim)
-[](https://codecov.io/gh/vim/vim?branch=master)
-[](https://coveralls.io/github/vim/vim?branch=master)
[](https://ci.appveyor.com/project/chrisbra/vim)
+[](https://codecov.io/gh/vim/vim?branch=master)
[](https://scan.coverity.com/projects/vim)
[](https://lgtm.com/projects/g/vim/vim/context:cpp)
[](https://buildd.debian.org/vim)
+[](https://repology.org/metapackage/vim)
## What is Vim? ##
diff --git a/src/version.c b/src/version.c
index 0d44663..ad062ae 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 946,
+/**/
945,
/**/
944,