From 7c93774f8d5fc2aaa1ffdeff85f72f0c85d8dc25 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Tue, 10 Mar 2026 17:55:23 +0000 Subject: [PATCH] internal: Add codecov badge It's tricky to find the relevant codecov page, so add a badge to the readme showing coverage and linking to the codecov dashboard. --- src/tools/rust-analyzer/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/rust-analyzer/README.md b/src/tools/rust-analyzer/README.md index 6d2a67328685..06d63a2d23a7 100644 --- a/src/tools/rust-analyzer/README.md +++ b/src/tools/rust-analyzer/README.md @@ -20,6 +20,8 @@ analyzing Rust code. See [Architecture](https://rust-analyzer.github.io/book/contributing/architecture.html) in the manual. +[![codecov](https://codecov.io/github/rust-lang/rust-analyzer/graph/badge.svg)](https://app.codecov.io/github/rust-lang/rust-analyzer/tree/master) + ## Quick Start https://rust-analyzer.github.io/book/installation.html