From 4c6bf386c503776ed6c5b5ba4486a56f7947599c Mon Sep 17 00:00:00 2001 From: MoritzSchittenhelm <78039560+JartC0ding@users.noreply.github.com> Date: Fri, 9 Sep 2022 14:43:14 +0200 Subject: docs: removed outdated coverage link Coverage jobs have not been re-added since switching from Travis to GHA, so the coverage information is severely outdated. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e3c3c12104..7be8dc77b1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [Twitter](https://twitter.com/Neovim) [![GitHub CI](https://github.com/neovim/neovim/workflows/CI/badge.svg)](https://github.com/neovim/neovim/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush) -[![Codecov coverage](https://img.shields.io/codecov/c/github/neovim/neovim.svg)](https://codecov.io/gh/neovim/neovim) [![Coverity Scan analysis](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227) [![Clang analysis](https://neovim.io/doc/reports/clang/badge.svg)](https://neovim.io/doc/reports/clang) [![PVS-Studio analysis](https://neovim.io/doc/reports/pvs/badge.svg)](https://neovim.io/doc/reports/pvs/PVS-studio.html.d) -- cgit