From 2bb22a418d9f9a17f0aedace5282cc71ca969141 Mon Sep 17 00:00:00 2001 From: Kevin Bernal Date: Fri, 31 Jan 2025 14:53:43 +1100 Subject: [PATCH 1/2] fix broken link for rules_python coverage docs --- site/en/configure/coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/configure/coverage.md b/site/en/configure/coverage.md index 8f0dc42a982f8f..27265f18d064d6 100644 --- a/site/en/configure/coverage.md +++ b/site/en/configure/coverage.md @@ -122,7 +122,7 @@ remote execution, as well, including JUnit. ### Python -See the [`rules_python` coverage docs](https://github.com/bazelbuild/rules_python/blob/main/docs/sphinx/coverage.md) +See the [`rules_python` coverage docs](https://github.com/bazelbuild/rules_python/blob/main/docs/coverage.md) for additional steps needed to enable coverage support in Python. [lcov]: https://github.com/linux-test-project/lcov From b2b688eb08a16d168506407a8a2f1ae9a192f2f5 Mon Sep 17 00:00:00 2001 From: Kevin Bernal Date: Mon, 10 Feb 2025 09:36:33 +1100 Subject: [PATCH 2/2] use RTD coverage docs instead --- site/en/configure/coverage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/configure/coverage.md b/site/en/configure/coverage.md index 27265f18d064d6..d73edf89570273 100644 --- a/site/en/configure/coverage.md +++ b/site/en/configure/coverage.md @@ -122,7 +122,7 @@ remote execution, as well, including JUnit. ### Python -See the [`rules_python` coverage docs](https://github.com/bazelbuild/rules_python/blob/main/docs/coverage.md) +See the [`rules_python` coverage docs](https://rules-python.readthedocs.io/en/latest/coverage.html) for additional steps needed to enable coverage support in Python. [lcov]: https://github.com/linux-test-project/lcov