Cirrus CI shut down on 2026-06-01, so the Cirrus build badge and .cirrus.yml no longer work. Vim's Coverity Scan project is gone as well (both the badge and the project page return 404). This removes both badges from the README along with the now-dead .cirrus.yml, the Coverity GitHub Actions workflow, and the remaining references in Filelist, .github/labeler.yml, ci/lychee.toml, and todo.txt.
https://github.com/vim/vim/pull/20431
(7 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
While we're here: the "Fossies codespell report" badge also fails to render on GitHub, but I left it in place in this PR.
The badge URL itself is valid: https://fossies.org/linux/test/vim-master.tar.gz/codespell.svg redirects to the current snapshot (e.g. vim-master.c8c6367.260604.tar.gz/codespell.svg) and returns a real SVG. The problem is that Fossies returns 401 Unauthorized (Unwanted Direct Access) for requests without a Referer header. GitHub fetches badge images through its camo image proxy, which sends no Referer, so Fossies blocks it and the image does not show.
Fixing the URL would not help, since camo always fetches without a referer. This would need Fossies to permit proxy access, otherwise the badge has to be dropped. Leaving it as-is for now.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
Oh, is Coverity dead? It looks like they are just performing some maintenance work? Hm, I don't see any announcements on the forum page
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
I have reached out to Coverity support, to see what is going on. So will hold off with merging this until I know more.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()