From 93c6240a582b6ed43e24070a04303f9b98e7ac23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Arboleda?= Date: Fri, 19 Dec 2025 14:32:39 -0500 Subject: [PATCH] Update code coverage bot link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Arboleda --- src/docs/evaluate-code-coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/evaluate-code-coverage.md b/src/docs/evaluate-code-coverage.md index 1ab41432b..5c6ee21ee 100644 --- a/src/docs/evaluate-code-coverage.md +++ b/src/docs/evaluate-code-coverage.md @@ -30,6 +30,6 @@ Running the script with no options will provide a summary of options as well. ## Code coverage bot -For each change that landed, we run a x64 coverage analysis — see the [coverage bot](https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20Linux64%20-%20gcov%20coverage). We don't run bots for coverage for other architectures. +For each change that landed, we run a x64 coverage analysis — see the [coverage bot](https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux64%20-%20coverage). We don't run bots for coverage for other architectures. To get the report for a particular run, you want to list the build steps, find the “gsutil coverage report” one (towards the end), and open the “report” under it.