From 7925fb9ffae8fdd2ca6aeb0133984b687e014ff1 Mon Sep 17 00:00:00 2001 From: Benjamin Limpich Date: Fri, 31 Oct 2025 16:29:00 -0700 Subject: [PATCH] Update CodeCov link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d16cfd4a0726..7b0c369ec6fee 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,6 @@ We use Reassure for monitoring performance regression. More detailed information ## CodeCov -[CodeCov] is the service we use to measure and track code coverage. You can find out more about it [here](contributingGuides/CodeCov.md) +[CodeCov](https://about.codecov.io/) is the service we use to measure and track code coverage. You can find out more about it [here](contributingGuides/CodeCov.md) ----