aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEberhard Beilharz <ermshiperete@users.noreply.github.com>2023-09-18 17:14:43 +0200
committerEli Schwartz <eschwartz93@gmail.com>2023-09-18 11:26:43 -0400
commit5d8e2f301ee477da44f207e00a042f795d2d8a2d (patch)
tree0ea6dac749eb371c4f0a89541e1903cd098c5666
parent2b4002e60fd05a11ca6a36395307d27c3dcef6f7 (diff)
downloadmeson-5d8e2f301ee477da44f207e00a042f795d2d8a2d.zip
meson-5d8e2f301ee477da44f207e00a042f795d2d8a2d.tar.gz
meson-5d8e2f301ee477da44f207e00a042f795d2d8a2d.tar.bz2
Update link to lcov
lcov moved from sourceforge to github, so this change updates the link.
-rw-r--r--docs/markdown/Unit-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md
index 18ab111..030eb19 100644
--- a/docs/markdown/Unit-tests.md
+++ b/docs/markdown/Unit-tests.md
@@ -49,7 +49,7 @@ targets. These targets are `coverage-xml` and `coverage-text` which
are both provided by [Gcovr](http://gcovr.com) (version 3.3 or higher)
`coverage-sonarqube` which is provided by [Gcovr](http://gcovr.com) (version 4.2 or higher)
and `coverage-html`, which requires
-[Lcov](https://ltp.sourceforge.io/coverage/lcov.php) and
+[lcov](https://github.com/linux-test-project/lcov) and
[GenHTML](https://linux.die.net/man/1/genhtml) or
[Gcovr](http://gcovr.com). As a convenience, a high-level `coverage`
target is also generated which will produce all 3 coverage report