From 3c04e813ba2607a20309137a29073d7183827b11 Mon Sep 17 00:00:00 2001 From: Christian Veenhuis <124370897+ChVeen@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:08:31 +0200 Subject: [PATCH] DOC: Update link to LCOV in runtests.py (#24463) --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 8b026bec7b89..38153cb0d473 100755 --- a/runtests.py +++ b/runtests.py @@ -26,7 +26,7 @@ $ python runtests.py -- -s Generate C code coverage listing under build/lcov/: -(requires http://ltp.sourceforge.net/coverage/lcov.php) +(requires https://github.com/linux-test-project/lcov) $ python runtests.py --gcov [...other args...] $ python runtests.py --lcov-html